http://www.perlmonks.org?node_id=859167


in reply to Re: Packaging Perl Programs (is) Painful
in thread Packaging Perl Programs (is) Painful

Addendum re Module::ScanDeps performance. I just sped up the run time of the Module::ScanDeps tests by a factor of three. In a test with "pp -e 'use Padre'", this moves Module::ScanDeps down from being the slowest part of a "pp" run to making Archive::Zip-related operations the culprit.

This took half an hour. What I'm trying to say is that there are plenty of low-hanging fruit for everyone.

  • Comment on Re^2: Packaging Perl Programs (is) Painful