in reply to installing modules in a roll-out-friendly way
What's wrong with $Config{installsitelib}? ExtUtils::MakeMaker takes that as the default value of INSTALLSITELIB and installs most added modules there. It's already in @INC, so no use lib '/some/path'; is needed.
Perl and CPAN.pm can keep track of what version of your module is installed on each machine, and update when needed.
After Compline,
Zaxo
|
|---|