I am trying to install the Date::Manip Module in Perl. I am running Perl Version 5.14.2 and it does not seem to be installing successfully through the PPM. (PPM throws a 401 Acc
Try to use the below link and download then install.
https://metacpan.org/pod/Date::Manip
The reason the 401 error occurs is because you are using ActivePerl 5.14 which is no longer considered as a Community Edition. This means you no longer have access to the PPM server to install modules unless you buy a license from ActiveState.
See here for reference http://community.activestate.com/taxonomy/term/515
You have several options:
cpan Date::Manip
in the command-line.