forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
5 lines
237 B
Text
5 lines
237 B
Text
Module::ExtractUse is basically a Parse::RecDescent grammar to
|
|
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/
|