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 JT Smith, This is a computer-generated error report created automatically by CPANPLUS, version 0.076. 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': [MSG] [Mon Oct 1 20:10:10 2007] Checking if source files are up to date [MSG] [Mon Oct 1 20:10:10 2007] Updating source file '01mailrc.txt.gz' [MSG] [Mon Oct 1 20:10:10 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/01mailrc.txt.gz' [MSG] [Mon Oct 1 20:10:12 2007] Updating source file '03modlist.data.gz' [MSG] [Mon Oct 1 20:10:12 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/modules/03modlist.data.gz' [MSG] [Mon Oct 1 20:10:14 2007] Updating source file '02packages.details.txt.gz' [MSG] [Mon Oct 1 20:10:14 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/modules/02packages.details.txt.gz' [MSG] [Mon Oct 1 20:10:16 2007] Rebuilding author tree, this might take a while [MSG] [Mon Oct 1 20:10:16 2007] Rebuilding module tree, this might take a while [MSG] [Mon Oct 1 20:10:56 2007] Writing compiled source information to disk. This might take a little while. [MSG] [Mon Oct 1 20:11:01 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RI/RIZEN/Config-JSON-1.1.1.tar.gz' [MSG] [Mon Oct 1 20:11:03 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RI/RIZEN/CHECKSUMS' [MSG] [Mon Oct 1 20:11:04 2007] Checksum matches for 'Config-JSON-1.1.1.tar.gz' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/.cvsignore' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/authors.t/' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/authors.t/perlcritic.t' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/authors.t/pod-coverage.t' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/Changes' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/lib/' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/lib/Config/' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/lib/Config/JSON.pm' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/Makefile.PL' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/MANIFEST' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/META.yml' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/README' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/t/' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/t/00.load.t' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/t/Config.t' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config-JSON/t/pod.t' [MSG] [Mon Oct 1 20:11:05 2007] Extracted 'Config::JSON' to '/usr/local/share/cpanplus/5.8.8/build/Config-JSON' [MSG] [Mon Oct 1 20:11:06 2007] Checking if your kit is complete... Warning: the following files are missing in your kit: authors.t/pod.t Please inform the author. Writing Makefile for Config::JSON [MSG] [Mon Oct 1 20:11:06 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Mon Oct 1 20:11:07 2007] cp lib/Config/JSON.pm blib/lib/Config/JSON.pm Manifying blib/man3/Config::JSON.3 [ERROR] [Mon Oct 1 20:11:08 2007] MAKE TEST failed: PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.load....# Testing Config::JSON 1.1.1 ok t/Config.....Can't locate Test/Deep.pm in @INC (@INC contains: ../lib /usr/local/share/cpanplus/5.8.8/build/Config-JSON/blib/lib /usr/local/share/cpanplus/5.8.8/build/Config-JSON/blib/arch /usr/local/share/cpanplus/5.8.8/build/Config-JSON/blib /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at t/Config.t line 4. BEGIN failed--compilation aborted at t/Config.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-25 Failed 25/25 tests, 0.00% okay t/pod........ok Failed Test Stat Wstat Total Fail List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/Config.t 255 65280 25 50 1-25 Failed 1/3 test scripts. 25/27 subtests failed. Files=3, Tests=27, 0 wallclock secs ( 0.20 cusr + 0.05 csys = 0.25 CPU) Failed 1/3 test programs. 25/27 subtests failed. *** Error code 25 Stop in /usr/local/share/cpanplus/5.8.8/build/Config-JSON. MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: Test::Deep As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'JT Smith (jt at plainblack dot com)', ... # other information PREREQ_PM => { 'Test::Deep' => '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! :-) PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: Class::InsideOut 1.08 JSON 1.10 List::Util 1.19 Test::More 0.70 version 0.7203 ******************************** 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 8) configuration: Platform: osname=freebsd, osvers=6.2-stable, archname=amd64-freebsd uname='freebsd prophecy.velum 6.2-stable freebsd 6.2-stable #0: thu sep 6 00:58:17 edt 2007 [EMAIL PROTECTED]:usrobjusrsrcsysprophecy amd64 ' config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.8.8/mach -Dprivlib=/usr/local/lib/perl5/5.8.8 -Dman3dir=/usr/local/lib/perl5/5.8.8/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.8.8/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.8.8 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.8.8/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -Doptimize=-O2 -fno-strict-aliasing -pipe -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y -Duse64bitint' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=define uselongdouble=undef usemymalloc=y, bincompat5005=undef Compiler: cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include', optimize='-O2 -fno-strict-aliasing -pipe ', cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -Wl,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lgdbm -lm -lcrypt -lutil perllibs=-lm -lcrypt -lutil libc=, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/local/lib/perl5/5.8.8/mach/CORE' cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
