http://qs321.pair.com?node_id=455260


in reply to Re^2: How do you audit what Perl modules you use?
in thread How do you audit what Perl modules you use?

Sure, but I've seen in the PAR documentation that it has some heuristic to decide which modules to include; this could be useful in your case, I think, because I hope they've already worked out the problem of eliminating modules that are distributed together with Perl, saving you time to reproduce such a behaviour.

Update: I now see that the heuristic comes from Module::ScanDeps (this is in pp documentation).

Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

Don't fool yourself.
  • Comment on Re^3: How do you audit what Perl modules you use?