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.
Module::ExtractUse (Score:2, Informative)
For some part of Module::CPANTS::Generator, I wrote a parser (using Parse::RecDescent) that can parse (sort of good, I hope) a small aspect of Perl, namely "use" statements.
The module is called Module-ExtractUse, it's on CPAN [cpan.org] and you can view the results in Module::CPANTS' "uses" field.
You might find it interesting. I'm definitly interested in your results (and I assume they will flow into Module::CPANTS?)
While we're at it, take a look at this: CPANTS Web Interface [domm.zsi.at]
Reply to This