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 Marcus Ramberg, This is a computer-generated error report created automatically by CPANPLUS, version 0.061. 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] [Wed Jun 7 17:06:36 2006] Checking if source files are up to date [MSG] [Wed Jun 7 17:06:36 2006] Retrieving /root/.cpanplus/sourcefiles.2.15.stored [MSG] [Wed Jun 7 17:06:40 2006] Trying to get 'file://hdc/cpan/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Static-0.10.tar.gz' [MSG] [Wed Jun 7 17:06:41 2006] Trying to get 'file://hdc/cpan/authors/id/M/MR/MRAMBERG/CHECKSUMS' [MSG] [Wed Jun 7 17:06:41 2006] Checksum matches for 'Catalyst-Plugin-Static-0.10.tar.gz' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/Changes' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/Makefile.PL' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/MANIFEST' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/META.yml' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/README' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/Static.pm' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/t/' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/t/01use.t' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/t/02static.t' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/t/lib/' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst-Plugin-Static-0.10/t/lib/TestApp.pm' [MSG] [Wed Jun 7 17:06:42 2006] Extracted 'Catalyst::Plugin::Static' to '/root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10' [MSG] [Wed Jun 7 17:06:43 2006] Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Plugin::Static [MSG] [Wed Jun 7 17:06:43 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Wed Jun 7 17:06:45 2006] make[1]: Entering directory `/root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10' cp Static.pm blib/lib/Catalyst/Plugin/Static.pm Manifying blib/man3/Catalyst::Plugin::Static.3pm make[1]: Leaving directory `/root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10' [ERROR] [Wed Jun 7 17:06:47 2006] MAKE TEST failed: No such file or directory make[1]: Entering directory `/root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.......ok t/02static....Couldn't load engine "Catalyst::Engine::Test" (maybe you forgot to install it?), "Can't locate Catalyst/Engine/Test.pm in @INC (@INC contains: t/lib /root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10/blib/lib /root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10/blib/arch /root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10/blib /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 .) at /usr/local/share/perl/5.8.7/Catalyst.pm line 1966. " at /usr/local/share/perl/5.8.7/Catalyst/Test.pm line 79 Compilation failed in require at /usr/local/share/perl/5.8.7/Catalyst/Test.pm line 79. BEGIN failed--compilation aborted at t/02static.t line 5. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/02static.t 255 65280 10 20 200.00% 1-10 make[1]: Leaving directory `/root/.cpanplus/5.8.7/build/Catalyst-Plugin-Static-0.10' Failed 1/2 test scripts, 50.00% okay. 10/11 subtests failed, 9.09% okay. make[1]: *** [test_dynamic] Error 255 MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: Catalyst::Engine::Test As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Marcus Ramberg ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'Catalyst::Engine::Test' => '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: Catalyst 5.6902 File::MimeInfo 0.13 File::Slurp 9999.11 ******************************** 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 7) configuration: Platform: osname=linux, osvers=2.4.27-ti1211, archname=i386-linux-thread-multi uname='linux kosh 2.4.27-ti1211 #1 sun sep 19 18:17:45 est 2004 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i386-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.7 -Dsitearch=/usr/local/lib/perl/5.8.7 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.7 -Dd_dosuid -des' 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 ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3.6 (Debian 1:3.3.6-6)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so.5.8.7 gnulibc_version='2.3.2' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
