Wed Mar 11 10:29:19 2015: Request 102689 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Module::ScanDeps isn't effective
Broken in: (no value)
Severity: Wishlist
Owner: Nobody
Requestors: [email protected]
Status: rejected
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102689 >
Am 2015-03-11 09:41:50, ETHER schrieb:
> There's a few different mechanisms for finding deps...
> Perl::PrereqScanner is another that uses PPI to find statements like
> 'use' and 'require' in the code. These could possibly all be used
> alternately or in tandem, depending on user options.
Sure, IIRC pp.pm should let you "plug in" different scanner and packer modules,
though it currently knows only one of each kind.
Cheers, Roderich