/[Frey]/branches/zimbardo/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 /branches/zimbardo/t/03-Frey-Pod.t

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1172 - (view) (annotate) - [select for diffs]
Modified Sun Jul 5 21:40:16 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 592 byte(s)
Diff to previous 1034
branch for localisation


Revision 1034 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 21:24:02 2009 UTC (15 years, 2 months ago) by dpavlin
Original Path: trunk/t/03-Frey-Pod.t
File length: 592 byte(s)
Diff to previous 1032
test Frey::Pod generation and enable split into toc and content

after that, use it in Frey::Introspect to move pod TOC into box
on the right.

Revision 1032 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 20:40:03 2009 UTC (15 years, 2 months ago) by dpavlin
Original Path: trunk/t/03-Frey-Pod.t
File length: 522 byte(s)
Copied from: trunk/t/03-frey-pod.t revision 455
Diff to previous 455
rename

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/t/03-frey-pod.t
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
Original Path: trunk/t/03-frey-pod.t
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
Original Path: trunk/t/03-frey-pod.t
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
Original Path: trunk/t/03-frey-pod.t
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