Tuesday 10 January 2023

How to Upgrade CPAN in Latest versions using perl?

 


Method1:
 
perl -MCPAN -e "upgrade /(.\*)/"

Method2:
 
in cpan shell type "cpan upgrade /(.*)/"

Method3:
 
cpan-outdated -p | cpanm

Method4:
 
cpanm App::cpanoutdated

Labels: , , , ,