in reply to Upgrading Perl and keeping CPAN modules
Note that if you do an upgrade to another major Perl version (such as 5.8 to 5.10), many of the modules (those with an XS/binary component) aren't compatible anyway...
In case that doesn't bother you, you can always point to the existing lib dirs using use lib ...; or PERL5LIB.
|
|---|