Ok. I get this error:
"Checksum mismatch for distribution file. Please investigate."
Where should I be looking?
The full message:
cpan> install Bundle::CPAN
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Thu, 20 Sep 2007 08:36:49 GMT
CPAN: Digest::MD5 loaded ok
Checksum mismatch for distribution file. Please investigate.
Distribution id = A/AN/ANDK/Bundle-CPAN-1.856.tar.gz
CPAN_USERID ANDK (Andreas J. Koenig <[EMAIL PROTECTED]>)
CONTAINSMODS
MD5_STATUS
localfile
/root/.cpan/sources/authors/id/A/AN/ANDK/Bundle-CPAN-1.856.tar.gz
I'd recommend removing
/root/.cpan/sources/authors/id/A/AN/ANDK/Bundle-CPAN-1.856.tar.gz. Its
MD5 checksum is incorrect. Maybe you have configured your 'urllist'
with a bad URL. Please check this array with 'o conf urllist', and
retry.
Nuking the file sources/authors/... has no effect, neither does
resetting /usr/libdata/perl5/CPAN/Config.pm
CPAN/Config.pm has for URLs:
'urllist' => [q[ftp://ftp.funet.fi/pub/languages/perl/CPAN/]],
-Lars