mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
6 lines
236 B
Plaintext
6 lines
236 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.
|
|
|
|
"Usage" is defined by either calling use or require.
|