If I run the command "perl -v" I get the correct installed version of Perl: 5.10.1
However, when using cpanm (or the old cpan) to install perl modules and running the command "cpanm -V" it comes back with perl version 5.010001, This is not the installed version of Perl.
This is preventing some...