aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-ExtractUse
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.22Cheng-Lung Sung2008-01-082-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/Module-ExtractUse/Changes Notes: svn path=/head/; revision=205246
* - Update to 0.19Cheng-Lung Sung2007-04-242-5/+6
| | | | Notes: svn path=/head/; revision=190791
* Module::ExtractUse is basically a Parse::RecDescent grammar toCheng-Lung Sung2007-02-134-0/+37
parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. WWW: http://search.cpan.org/dist/Module-ExtractUse/ Notes: svn path=/head/; revision=185104