[PLUG] Upgrading All Perl Modules

Ken Stephens kens at cad2cam.com
Thu Mar 13 00:09:38 UTC 2014


Rich Shepard wrote:
>     A distribution upgrade means a perl upgrade and modules need to be
> re-installed. I found a solution on the web that uses this command:
>
> cpan upgrade /(.*)/
>
> but when I tried using it from the cpan command line it failed with an error
> about an unexpected '('.
>
>     What is the correct way of issuing this command?
>
> TIA,
>
> Rich
>
Rich,

I use `perl -MCPAN -e shell`
Then at the prompt do:  upgrade *

Ken



More information about the PLUG mailing list