Am 2015-03-11 09:05:28, ZDM schrieb:
Show quoted text> Module::ScanDeps isn't effective.
You probably meant: efficient.
Show quoted text> Perl::LibExtractor produce much less deps tree.
>
> It use different algorithm - "use package" in separate process and
> parse %INC after - so only really used packages are found.
>
> Also it works much more faster.
... but it doesn't catch all dependencies either.
Not that the above approach is also used by Module::ScanDeps if use
the --compile or --execute option. But the results only ADD dependencies
to the ones found during static analysis.
Show quoted text> It will be useful to add possibility to use Perl::LibExtractor with pp
> or use similar approach to build deps tree.
Code please - if you want to contribute some, add it to a wishlist bug for PAR::Packer.
Cheers, Roderich