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 RPAUL, 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] [Mon Oct 31 10:48:04 2005] Trying to get 'file://ftp/pub/CPAN/authors/id/R/RP/RPAUL/Exception-ThrowUnless-1.05.tar.gz' [CP_MSG] [Mon Oct 31 10:48:05 2005] Trying to get 'file://ftp/pub/CPAN/authors/id/R/RP/RPAUL/CHECKSUMS' [CP_MSG] [Mon Oct 31 10:48:05 2005] Checksum matches for 'Exception-ThrowUnless-1.05.tar.gz' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/GNUmakefile' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/META.yml' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/t/' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/t/00_useok.t' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/t/02_good_chdir.t' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/t/01_good.t' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/t/must_die.pl' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/t/99_cleanup.t' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/Changes' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/.cvsignore' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/lib/' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/lib/Exception/' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/lib/Exception/ThrowUnless.pm' [CP_MSG] [Mon Oct 31 10:48:08 2005] Extracted 'Exception-ThrowUnless-1.05/Makefile.PL' [CP_MSG] [Mon Oct 31 10:48:09 2005] Extracted 'Exception-ThrowUnless-1.05/README' [CP_MSG] [Mon Oct 31 10:48:09 2005] Extracted 'Exception::ThrowUnless' to '/net/sunu991/disc1/home/.cpanplus/5.8.5/build/Exception-ThrowUnless-1.05' [CP_MSG] [Mon Oct 31 10:48:22 2005] Writing Makefile for Exception::ThrowUnless [CP_MSG] [Mon Oct 31 10:49:12 2005] cp lib/Exception/ThrowUnless.pm blib/lib/Exception/ThrowUnless.pm [CP_ERROR] [Mon Oct 31 10:49:58 2005] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/local/perl-5.8.5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_useok.........Exception::ThrowUnless::spipe() called too early to check prototype at /net/sunu991/disc1/.cpanplus/5.8.5/build/Exception-ThrowUnless-1.05/blib/lib/Exception/ThrowUnless.pm line 29. ok t/01_good..........Exception::ThrowUnless::spipe() called too early to check prototype at lib/Exception/ThrowUnless.pm line 29. # Failed test 'same subs' # in t/01_good.t at line 10. # got: 't_schdir t_schmod t_sclose t_sexec t_sfork t_slink t_smkdir t_sopen t_sreadlink t_srename t_srename_nc t_ssymlink t_sunlink' # expected: 't_schdir t_schmod t_sclose t_sexec t_sfork t_slink t_smkdir t_sopen t_spipe t_sreadlink t_srename t_srename_nc t_ssymlink t_sunlink' # Use of uninitialized value in subroutine entry at t/01_good.t line 15. Can't use string ("") as a subroutine ref while "strict refs" in use at t/01_good.t line 15. # Looks like you planned 17 tests but only ran 12. # Looks like you failed 1 test of 12 run. # Looks like your test died just after 12. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 13-17 Failed 6/17 tests, 64.71% okay (less 1 skipped test: 10 okay, 58.82%) t/02_good_chdir....Exception::ThrowUnless::spipe() called too early to check prototype at lib/Exception/ThrowUnless.pm line 29. Use of uninitialized value in join or string at t/02_good_chdir.t line 10. Use of uninitialized value in join or string at t/02_good_chdir.t line 10. # Failed test 'dot matches /proc' # in t/02_good_chdir.t at line 17. # got: '35651599:1790955' # expected: ':' Use of chdir('') or chdir(undef) as chdir() is deprecated at lib/Exception/ThrowUnless.pm line 65. # Failed test 'I like to be home when I can.' # in t/02_good_chdir.t at line 23. # got: '35651599:969218' # expected: '35651599:1790955' chdir:tmp:No such file or directory at lib/Exception/ThrowUnless.pm line 65 Exception::ThrowUnless::schdir('tmp') called at t/02_good_chdir.t line 25 main::t_schdir() called at t/02_good_chdir.t line 31 # Looks like you planned 13 tests but only ran 8. # Looks like you failed 2 tests of 8 run. # Looks like your test died just after 8. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2, 8-13 Failed 7/13 tests, 46.15% okay t/99_cleanup.......Exception::ThrowUnless::spipe() called too early to check prototype at lib/Exception/ThrowUnless.pm line 29. ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01_good.t 255 65280 17 11 64.71% 1 13-17 t/02_good_chdir.t 255 65280 13 12 92.31% 2 8-13 1 subtest skipped. Failed 2/4 test scripts, 50.00% okay. 13/32 subtests failed, 59.38% okay. make: *** [test_dynamic] Error 29 ******************************** 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: This report was machine-generated by CPAN::YACSmoke 0.03. -- Summary of my perl5 (revision 5 version 8 subversion 5) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi uname='sunos sunu991 5.9 generic_112233-12 sun4u sparc sunw,ultra-5_10 solaris ' config_args='-de -Dusethreads -Dcc=gcc' 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='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O', cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3.2', gccosandvers='solaris2.8' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib ' libpth=/usr/local/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -ldl -lm -lpthread -lc perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
