in reply to Re: When you change Perl versions, how do you resync all the CPAN modules you have installed [tag://sysadmin,cpan,modules,upgrade]
in thread When you change Perl versions, how do you resync all the CPAN modules you have installed [tag://sysadmin,cpan,modules,upgrade]

perl -MCPAN -e autobundle

But I would never upgrade the system Perl without proper testing, and blindly upgrading a whole system sounds very fraught with errors to me. Compiling your own Perl is easy, even on Win32 nowadays, and there's no reason to use the system Perl when you're not installing modules using the packaging tool of the system as well. Under Debian, this means apt-get of course.

  • Comment on Re^2: When you change Perl versions, how do you resync all the CPAN modules you have installed [tag://sysadmin,cpan,modules,upgrade]
  • Select or Download Code