NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Like yours, but done with PPI... (Score:1)
I really should chuck some proper docs on this and release it properly, instead of just relying on word of mouth
Re:Like yours, but done with PPI... (Score:1)
At first, I also thought of tackling the problem with PPI, but it has the disadvantage of not being able to much with the pod (I think) and, of course, non-Perl files like the README and friends. And those are the harder half of the problem, because in the code one could do
and get away with only changing the $VERSION in My::Module. Or, at least, I think one could do that. I've didn't dare to put that theory to the test with CPAN yet. :-)
Reply to This
Parent