This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Atsushi Kobayashi, This is a computer-generated error report created automatically by CPANPLUS, version 0.0562. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [CP_MSG] [Tue Sep 27 07:05:23 2005] Trying to get 'http://cpan.pair.com/authors/id/N/NE/NEKOKAK/URI-Fetch-SimpleCache-0.01.tar.gz' [CP_MSG] [Tue Sep 27 07:05:23 2005] Trying to get 'http://cpan.pair.com/authors/id/N/NE/NEKOKAK/CHECKSUMS' [CP_MSG] [Tue Sep 27 07:05:24 2005] Checksum matches for 'URI-Fetch-SimpleCache-0.01.tar.gz' [CP_MSG] [Tue Sep 27 07:05:25 2005] Extracted 'URI-Fetch-SimpleCache-0.01/' [CP_MSG] [Tue Sep 27 07:05:25 2005] Extracted 'URI-Fetch-SimpleCache-0.01/t/' [CP_MSG] [Tue Sep 27 07:05:25 2005] Extracted 'URI-Fetch-SimpleCache-0.01/t/00_compile.t' [CP_MSG] [Tue Sep 27 07:05:25 2005] Extracted 'URI-Fetch-SimpleCache-0.01/MANIFEST' [CP_MSG] [Tue Sep 27 07:05:25 2005] Extracted 'URI-Fetch-SimpleCache-0.01/META.yml' [CP_MSG] [Tue Sep 27 07:05:25 2005] Extracted 'URI-Fetch-SimpleCache-0.01/lib/' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI-Fetch-SimpleCache-0.01/lib/URI/' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI-Fetch-SimpleCache-0.01/lib/URI/Fetch/' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI-Fetch-SimpleCache-0.01/lib/URI/Fetch/SimpleCache.pm' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI-Fetch-SimpleCache-0.01/Changes' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI-Fetch-SimpleCache-0.01/README' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI-Fetch-SimpleCache-0.01/Makefile.PL' [CP_MSG] [Tue Sep 27 07:05:26 2005] Extracted 'URI::Fetch::SimpleCache' to '/Users/qwertyd/.cpanplus/5.8.6/build/URI-Fetch-SimpleCache-0.01' [CP_MSG] [Tue Sep 27 07:05:29 2005] Checking if your kit is complete... Looks good Writing Makefile for URI::Fetch::SimpleCache [CP_MSG] [Tue Sep 27 07:05:34 2005] cp lib/URI/Fetch/SimpleCache.pm blib/lib/URI/Fetch/SimpleCache.pm Manifying blib/man3/URI::Fetch::SimpleCache.3pm [CP_ERROR] [Tue Sep 27 07:05:36 2005] MAKE TEST failed: Invalid argument PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.... # Failed test 'use URI::Fetch::SimpleCache;' # in t/00_compile.t at line 5. # Tried to use 'URI::Fetch::SimpleCache'. # Error: Can't locate Cache/File.pm in @INC (@INC contains: ../lib /Users/qwertyd/.cpanplus/5.8.6/build/URI-Fetch-SimpleCache-0.01/blib/lib /Users/qwertyd/.cpanplus/5.8.6/build/URI-Fetch-SimpleCache-0.01/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/qwertyd/.cpanplus/5.8.6/build/DBIx-ContextualFetch-1.02/blib/lib /Users/qwertyd/.cpanplus/5.8.6/build/Class-DBI-mysql-1.00/blib/lib /Users/qwertyd/.cpanplus/5.8.6/build/DBIx-DataModel-0.10/blib/lib /Users/qwertyd/.cpanplus/5.8.6/build/CGI-Cookie-Jam-0.03/blib/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at /Users/qwertyd/.cpanplus/5.8.6 /build/URI-Fetch-SimpleCache-0.01/blib/lib/URI/Fetch/SimpleCache.pm line 6. # BEGIN failed--compilation aborted at t/00_compile.t line 5. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00_compile.t 1 256 1 1 100.00% 1 Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 1 MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: Cache::File As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Atsushi Kobayashi ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'Cache::File' => '0', # or a minimum working version } ); If you are interested in making a more flexible Makefile.PL that can probe for missing dependencies and install them, ExtUtils::AutoInstall at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be worth a look. Thanks! :-) ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: -- Summary of my perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=darwin, osvers=8.0, archname=darwin-thread-multi-2level uname='darwin b28.apple.com 8.0 darwin kernel version 7.5.0: thu mar 3 18:48:46 pst 2005; root:xnuxnu-517.99.13.obj~1release_ppc power macintosh powerpc ' config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1809)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib'
