in reply to
Minimum CPAN modules you should count on?
If your scripts need to use non-core modules, you could always deliver those along with your script (to any directory that is in %INC).
PAR
is a way to automate that.
Comment on
Re: Minimum CPAN modules you should count on?
In Section
Seekers of Perl Wisdom