forked from Lainports/freebsd-ports
Module::CheckDeps parses Perl code searching for used modules. It can either return a list of all the modules used by some code, or a list of the used modules that are not available in the host system (e.g. not installed modules). Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is simpler and less powerful, but also much faster. WWW: http://search.cpan.org/dist/Module-CheckDeps https://github.com/AlexBio/Module-CheckDeps
6 lines
246 B
Text
6 lines
246 B
Text
bin/checkdeps
|
|
%%SITE_PERL%%/Module/CheckDeps.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CheckDeps/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CheckDeps
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
|
@dirrmtry %%SITE_PERL%%/Module
|