How to upgrade perl modules that install from CPAN?

Viewed 27575

In cpan shell, only /regexp/ or all modules can be upgrade, if I want to upgrade modules only installed by CPAN,how to do?

5 Answers

reinstalling the perl package will automatically upgrade using
cpanm --reinstall <Module_Name>

Related