in reply to Problems upgrading perl 5.8.8 to 5.10.0 on Ubuntu Desktop 7.10
Now though it seems that the modules I installed in 5.8.8 (e.g Smart::Comments) are no longer working but that is not really a problem. I just have to update CPAN and I can reinstall the modules I still need. Thank you all for your input =)% perl -MData::Dumper -e 'print Dumper { INC_ARRAY => [ @INC ], PERL5L +IB => $ENV{PERL5LIB} }' $VAR1 = { 'INC_ARRAY' => [ '/usr/local/lib/perl5/5.10.0/i686-linux', '/usr/local/lib/perl5/5.10.0', '/usr/local/lib/perl5/site_perl/5.10.0/i686 +-linux', '/usr/local/lib/perl5/site_perl/5.10.0', '.' ], 'PERL5LIB' => undef };
|
|---|