Reinstalling all modules on another perl
Mark Fowler
mark at twoshortplanks.com
Tue May 17 09:15:18 BST 2011
On Thu, Apr 28, 2011 at 11:49 AM, David Precious <davidp at preshweb.co.uk> wrote:
> CPAN.pm's autobundle feature will be your friend here.
Yep, you're right. It was.
For the record, this is what I did this morning when I installed 5.14.0:
mark$ perl -MCPAN -e autobundle
mark$ perlbrew install perl-5.14.0
mark$ perlbrew switch perl-5.14.0
mark$ mv .cpan/Bundle .
mark$ mv .cpan .oldcpan
mark$ perl -MCPAN -e 'install Bundle::Snapshot_2011_05_17_00'
Mark.
More information about the london.pm
mailing list