/[Frey]/trunk/lib/Frey/PPI.pm
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/lib/Frey/PPI.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

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: 1727 byte(s)
Diff to previous 414
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 414 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 14:15:45 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1724 byte(s)
Diff to previous 404
decrease output without debug

Revision 404 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 10:35:27 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1706 byte(s)
Diff to previous 369
better error reporting

Revision 369 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 14:37:48 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1716 byte(s)
Diff to previous 364
move form params generation into Frey::Action to share between Frey::Run and Frey::Pipe

Revision 364 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 19:50:36 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1677 byte(s)
Diff to previous 362
tweak various bits on Frey::PPI to wrap find within tree
in evals so we can *SEE* errors, and split out includes
which can be called externally. Support also values as from
type constraints.

Revision 362 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 17:39:39 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1344 byte(s)
Diff to previous 331
collect include from PPI::Statement::Include

Revision 331 - (view) (annotate) - [select for diffs]
Added Sat Nov 8 16:12:39 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 839 byte(s)
implement PPI parser to get default attribute_order

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