[[ This message was both posted and mailed: see
the "To," "Cc," and "Newsgroups" headers for details. ]]
In article
,
Robert Rothenberg wrote:
> So what should it be called? I'm thinking Perl::Rewrite is the best name.
I like Perl::Rewrite just fine, but I also thought of:
Perl::Mutate
Per
Hi Robert
I hope you're the same Robert who emailed the modules list
Such modules are thought of as filters, so check metacpan.org for Filter::*.
--
Ron Savage
http://savage.net.au/
Ph: 0421 920 622
At $work, I've been writing scripts that use PPI to munge massive amounts
of legacy code. So far simple things like changing die/warn to croak/carp,
ensuring all modules specify a minimum version number, or changing print
"foo\n" so say "foo", etc. It seems worthy enough to turn this code into a
CP