Subject: | Strange prereq behavior installing File::Fetch with 0.85_04 |
I went to install File::Fetch 0.15_04 and got this...
-------------------------------------------------------------------
CPAN Terminal> install K/KA/KANE/File-Fetch-0.15_04.tar.gz
[MSG] Checking if source files are up to date
[MSG] Retrieving /Users/schwern/.cpanplus/sourcefiles.2.18.stored
Installing File::Fetch (0.15_04)
[MSG] Trying to get
'ftp://ftp.cpan.org/pub/CPAN/authors/id/K/KA/KANE/CHECKSUMS'
[MSG] Archive size is not known for 'File-Fetch-0.15_04.tar.gz'
[MSG] No 'md5' checksum known for 'File-Fetch-0.15_04.tar.gz'
[MSG] Extracted 'File-Fetch-0.15_04/'
[MSG] Extracted 'File-Fetch-0.15_04/CHANGES'
[MSG] Extracted 'File-Fetch-0.15_04/lib/'
[MSG] Extracted 'File-Fetch-0.15_04/lib/File/'
[MSG] Extracted 'File-Fetch-0.15_04/lib/File/Fetch.pm'
[MSG] Extracted 'File-Fetch-0.15_04/Makefile.PL'
[MSG] Extracted 'File-Fetch-0.15_04/MANIFEST'
[MSG] Extracted 'File-Fetch-0.15_04/META.yml'
[MSG] Extracted 'File-Fetch-0.15_04/README'
[MSG] Extracted 'File-Fetch-0.15_04/t/'
[MSG] Extracted 'File-Fetch-0.15_04/t/01_File-Fetch.t'
[MSG] Extracted 'File::Fetch' to
'/Users/schwern/.cpanplus/5.8.8/build/File-Fetch-0.15_04'
==> MISSING Signature file! <==
Running [/usr/local/perl/5.8.8/bin/perl /usr/local/bin/cpanp-run-perl
/Users/schwern/.cpanplus/5.8.8/build/File-Fetch-0.15_04/Makefile.PL ]...
Warning: prerequisite IPC::Cmd 0.41 not found. We have 0.40.
Writing Makefile for File::Fetch
[ERROR] No such module 'File::Basename' found on CPAN
[ERROR] No such module 'File::Copy' found on CPAN
[ERROR] No such module 'File::Path' found on CPAN
[ERROR] No such module 'File::Spec' found on CPAN
[ERROR] No such module 'IPC::Cmd' found on CPAN
[ERROR] No such module 'Locale::Maketext::Simple' found on CPAN
[ERROR] No such module 'Module::Load::Conditional' found on CPAN
[ERROR] No such module 'Params::Check' found on CPAN
[ERROR] No such module 'Test::More' found on CPAN
Running [/usr/bin/make ]...
Manifying blib/man3/File::Fetch.3
Running [/usr/bin/make test ]...
-----------------------------------------------------------------
Note not just the "No such module" errors but also that it did not
update IPC::Cmd.