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. -- ******************************** NOTE ******************************** The comments below 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 information, and do not take it personally. (We appreciate your patience. :) ********************************************************************** Hello, Matt Sergeant! This is a computer-generated error report created automatically by CPANPLUS, version 0.051. Comments from the tester may appear at the end of this report, as well. Thanks for uploading your works to CPAN. However, it appears that CPANPLUS encountered problems while testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [MSG] [Sat Aug 6 23:18:48 2005] Trying to get 'http://www.ibiblio.org/pub/languages/perl/CPAN/authors/id/M/MS/MSERGEANT/CHECKSUMS' [MSG] [Sat Aug 6 23:18:50 2005] Checksum matches for 'POE-Component-IRC-Object-0.02.tar.gz' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/README' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/lib/' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/lib/POE/' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/lib/POE/Component/' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/lib/POE/Component/IRC/' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/lib/POE/Component/IRC/Object.pm' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/MANIFEST' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/MANIFEST.SKIP' [MSG] [Sat Aug 6 23:18:51 2005] Extracted 'POE-Component-IRC-Object-0.02/Changes' [MSG] [Sat Aug 6 23:18:52 2005] Extracted 'POE-Component-IRC-Object-0.02/Makefile.PL' [MSG] [Sat Aug 6 23:18:52 2005] Extracted 'POE-Component-IRC-Object-0.02/example/' [MSG] [Sat Aug 6 23:18:52 2005] Extracted 'POE-Component-IRC-Object-0.02/example/elizabot.pl' [MSG] [Sat Aug 6 23:18:52 2005] Extracted 'POE-Component-IRC-Object-0.02/t/' [MSG] [Sat Aug 6 23:18:52 2005] Extracted 'POE-Component-IRC-Object-0.02/t/00basic.t' [MSG] [Sat Aug 6 23:18:52 2005] Extracted 'POE::Component::IRC::Object' to '/Users/trey/.cpanplus/5.8.1/build/POE-Component-IRC-Object-0.02' [ERROR] [Sat Aug 6 23:18:58 2005] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic....Can't locate POE.pm in @INC (@INC contains: /Users/trey/.cpanplus/5.8.1/build/POE-Component-IRC-Object-0.02/blib/lib /Users/trey/.cpanplus/5.8.1/build/POE-Component-IRC-Object-0.02/blib/arch /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1 /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1 /sw/lib/perl5 /sw/lib/perl5/darwin /Users/trey/.cpanplus/5.8.1/build/POE-Component-IRC-Object-0.02/blib/lib /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1 /Network/Library/Perl . /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1 /Network/Library/Perl .) at /Users/trey/.cpanplus/5.8.1/build/POE-Component-IRC-Object-0.02/blib/lib/POE/Component/IRC/Object.pm line 5. BEGIN failed--compilation aborted at /Users/trey/.cpanplus/5.8.1/build/POE-Component-IRC-Object-0.02/blib/lib/POE/Component/IRC/Object.pm line 5. Compilation failed in require at t/00basic.t line 4. BEGIN failed--compilation aborted at t/00basic.t line 4. # Failed test 1 in t/00basic.t at line 3 # t/00basic.t line 3 is: END { ok($loaded) } dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00basic.t 2 512 1 1 100.00% 1 make: *** [test_dynamic] Error 2 MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: POE As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Your Name Here', ... # other information PREREQ_PM => { 'POE' => '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! -- Summary of my perl5 (revision 5.0 version 8 subversion 1 RC3) configuration: Platform: osname=darwin, osvers=7.0, archname=darwin-thread-multi-2level uname='darwin hampsten 7.0 darwin kernel version 6.0: fri jul 25 16:58:41 pdt 2003; root:xnu-344.frankd.rootsxnu-344.frankd~objrelease_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 -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', 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='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_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib'
