2024-01-06 09:20:07 +01:00
|
|
|
# perl-Module-ExtractUse
|
|
|
|
|
2024-01-06 09:20:10 +01:00
|
|
|
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.
|
|
|
|
|