/[Frey]/trunk/t/03-frey-pod.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/t/03-frey-pod.t

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1031)

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 522 byte(s)
Diff to previous 405
rename invocable events with prefix as_ with fallback in Frey::Web

This started with brute-force rename using:

  perl -p -i -n -e 's/sub markup/sub as_markup/'  `grep -lr 'sub markup' lib t`
  perl -p -i -n -e 's/sub data/sub as_data/'      `grep -lr 'sub data' lib t`
  perl -p -i -n -e 's/sub sponge/sub as_sponge/'  `grep -lr 'sub sponge' lib t`

  perl -p -i -n -e 's/->markup/->as_markup/'      `grep -lr -- '->markup' lib t`
  perl -p -i -n -e 's/->data/->as_data/'          `grep -lr -- '->data' lib t`
  perl -p -i -n -e 's/->sponge/->as_sponge/'      `grep -lr -- '->sponge' lib t`

  perl -p -i -n -e 's!/markup!/as_markup!'        `grep -lr -- '/markup' lib t etc`
  perl -p -i -n -e 's!/data!/as_data!'            `grep -lr -- '/data' lib t etc`
  perl -p -i -n -e 's!/sponge!/as_sponge!'        `grep -lr -- '/sponge' lib t etc`


Revision 405 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 11:45:15 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 516 byte(s)
Diff to previous 214
wantarray test for Frey::Pod, but it requires different type
of return parametar istead of relaying on wantarray

Revision 214 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 19:53:50 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 414 byte(s)
Diff to previous 126
fix tests

Revision 126 - (view) (annotate) - [select for diffs]
Added Mon Jul 14 23:12:48 2008 UTC (15 years, 9 months ago) by dpavlin
File length: 416 byte(s)
display pod documentation

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26