http://www.perlmonks.org?node_id=872537


in reply to Re^2: Error using CPAN to install modules
in thread Error using CPAN to install modules

If you don't get the automatic way to work soon enough, there is a half automatic way. you have to download the tar.gz, unpack it, go into the directory and type
cpan .
so you can at least save the Makefile.PL/Build.PL stuff (but you still have to download all dependencies yourself and do the same steps for each).