mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
5 lines
235 B
Text
5 lines
235 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: https://metacpan.org/release/Module-ExtractUse
|