OK, I've figured out what went wrong: 0.27_06 isn't on www.cpan.org/pub/CPAN yet. However, *how* it went wrong is truly bizzare: LWP returned a "404 not found" error, yet somehow I still ended up with a .tar.gz and .tar file, and CPAN thinking it had actually downloaded something. This looks like a bug in CPAN.pm, both in the 1.7 version that's distributed with 5.8.7, and the latest release, 1.83.
Thanks, Tyler Ken Williams <[EMAIL PROTECTED]> wrote: > > On Jan 25, 2006, at 8:02 PM, Tyler MacDonald wrote: > > >Warning: No checksum for Module-Build-0.27_06.tar.gz in > >/root/.cpan/sources/authors/id/K/KW/KWILLIAMS/CHECKSUMS. > > I just looked at a random CPAN mirror and the checksum is indeed > present for it: > > http://cpan.binarycompass.org/authors/id/K/KW/KWILLIAMS/CHECKSUMS > > > > >The cause for this may be that the file is very new and the checksum > >has not yet been calculated, but it may also be that something is > >going awry right now. > >Proceed? [yes] > >Scanning cache /root/.cpan/build for sizes > >Package seems to come without Makefile.PL. > > (The test -f "/root/.cpan/build/anon001/Makefile.PL" returned false.) > > Writing one on our own (setting NAME to Module) > > The package does contain a Makefile.PL, though. Somehow your download > or your mirror or something has gotten corrupted, methinks. > > -Ken >