Wed Mar 11 09:41:50 2015: Request 102689 was acted upon. Transaction: Correspondence added by ETHER Queue: PAR-Packer Subject: Module::ScanDeps isn't effective Broken in: (no value) Severity: Wishlist Owner: Nobody Requestors: z...@cpan.org Status: rejected Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102689 >
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.