search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
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
|