in reply to Problems With CPAN

I had the same issue too.

After reconfiguring CPAN the problem went away.

To reconfigure CPAN

Start cpan:

perl -MCPAN -e shell

once you get to the prompt,enter:

o conf init

to automatically reset all config parameters to default values.

this should fix the issue.