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 Ivor Williams, 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 11:15:29 2005] Trying to get 'http://cpan.pair.com/authors/id/I/IV/IVORW/File-Wildcard-0.06.tar.gz' [CP_MSG] [Tue Sep 27 11:15:29 2005] Trying to get 'http://cpan.pair.com/authors/id/I/IV/IVORW/CHECKSUMS' [CP_MSG] [Tue Sep 27 11:15:30 2005] Checksum matches for 'File-Wildcard-0.06.tar.gz' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/pod_coverage.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/02_derived.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/03_absolute.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/01_basic.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/pod.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/05_symlink.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/t/04_append.t' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/META.yml' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/Changes' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/Todo' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/MANIFEST' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/lib/' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/lib/File/' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/lib/File/Wildcard.pm' [CP_MSG] [Tue Sep 27 11:15:33 2005] Extracted 'File-Wildcard-0.06/Makefile.PL' [CP_MSG] [Tue Sep 27 11:15:34 2005] Extracted 'File-Wildcard-0.06/LICENSE' [CP_MSG] [Tue Sep 27 11:15:34 2005] Extracted 'File-Wildcard-0.06/README' [CP_MSG] [Tue Sep 27 11:15:34 2005] Extracted 'File::Wildcard' to '/Users/qwertyd/.cpanplus/5.8.6/build/File-Wildcard-0.06' [CP_MSG] [Tue Sep 27 11:15:36 2005] Checking if your kit is complete... Looks good Warning: prerequisite Module::Optional 0 not found. Writing Makefile for File::Wildcard [CP_MSG] [Tue Sep 27 11:15:36 2005] Module 'File::Wildcard' requires 'Module::Optional' version '0' to be installed [CP_MSG] [Tue Sep 27 11:15:42 2005] cp lib/File/Wildcard.pm blib/lib/File/Wildcard.pm Manifying blib/man3/File::Wildcard.3pm [CP_ERROR] [Tue Sep 27 11:15:53 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/01_basic........ok t/02_derived......ok t/03_absolute.....Use of uninitialized value in pattern match (m//) at t/03_absolute.t line 66. # Failed test 'Simple case, no wildcard' # in t/03_absolute.t at line 66. # undef # doesn't match '(?i-xsm:/tmp/File-Wildcard-test/abs/foo/lish.tmp)' # Failed test 'Wildcard in filename' # in t/03_absolute.t at line 85. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' # Failed test 'Ellipsis found tmp files' # in t/03_absolute.t at line 99. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' # Failed test 'Recursive directory search (normal)' # in t/03_absolute.t at line 113. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/' # Failed test 'Recursive directory search (custom sort)' # in t/03_absolute.t at line 133. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/' # Failed test 'Recursive directory search (breadth-first)' # in t/03_absolute.t at line 157. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/' # Failed test 'Recursive directory search (inside-out)' # in t/03_absolute.t at line 178. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '/tmp/File-Wildcard-test/abs/bar/drink.tmp' # Failed test 'Test has tidied up after itself' # in t/03_absolute.t at line 202. # Looks like you failed 8 tests of 17. dubious Test returned status 8 (wstat 2048, 0x800) DIED. FAILED tests 3, 6, 8, 10, 12, 14, 16-17 Failed 8/17 tests, 52.94% okay t/04_append.......ok t/05_symlink......ok t/pod.............ok t/pod_coverage....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/03_absolute.t 8 2048 17 8 47.06% 3 6 8 10 12 14 16-17 Failed 1/7 test scripts, 85.71% okay. 8/69 subtests failed, 88.41% okay. make: *** [test_dynamic] Error 25 PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: Module::Optional 0 ******************************** 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'
