freebsd-ports/devel/p5-Module-Extract-Use/pkg-plist
Wen Heping 43af333ecc Extract the names of the modules used in a file using a static analysis.
Since this module does not run code, it cannot find dynamic uses of
modules, such as eval "require $class". It only reports modules that the
file loads directly. Modules loaded with parent or base, for instance,
will will be in the import list for those pragmas but won't have separate
entries in the data this module returns.

WWW: http://github.com/briandfoy/module-extract-use/tree/master

PR:		215745
Submitted by:	svysh.fbsd@gmail.com
2017-01-04 01:45:07 +00:00

2 lines
77 B
Text

%%SITE_PERL%%/Module/Extract/Use.pm
%%PERL5_MAN3%%/Module::Extract::Use.3.gz