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 Jos Boumans, This is a computer-generated error report created automatically by CPANPLUS, version 0.055. 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] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Archive::Extract' version '0.07' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'File::Fetch' version '0.07' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'IPC::Cmd' version '0.24' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'IPC::Run' version '0.79' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Locale::Maketext::Simple' version '0.01' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Log::Message' version '0.01' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Module::Load' version '0.10' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Module::Load::Conditional' version '0.07' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Module::Loaded' version '0.01' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Module::Pluggable' version '2.4' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Object::Accessor' version '0.03' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Package::Constants' version '0.01' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Params::Check' version '0.22' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Term::UI' version '0.05' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'CPANPLUS' requires 'Test::Harness' version '2.62' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'Archive::Extract' requires 'IPC::Cmd' version '0.24' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'Archive::Extract' requires 'Locale::Maketext::Simple' version '0' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'Archive::Extract' requires 'Module::Load::Conditional' version '0.04' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Module 'Archive::Extract' requires 'Params::Check' version '0.07' to be installed [MSG] [Sat Jul 1 14:09:52 2006] Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. [ERROR] [Sat Jul 1 14:09:53 2006] MAKE TEST failed: Bad file descriptor C:\PXPerl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\01_Archive-Extract.t t\01_Archive-Extract....dubious Test returned status 2 (wstat 512, 0x200) Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Can't locate Module/Load.pm in @INC (@INC contains: ../lib C:\PXPerl\.cpanplus\5.8.7\build\Archive-Extract-0.08\blib\lib C:\PXPerl\.cpanplus\5.8.7\build\Archive-Extract-0.08\blib\arch c:\pxcperl\lib C:\PXPerl\.cpanplus\5.8.7\build\IPC-Cmd-0.24\blib\lib C:\PXPerl\.cpanplus\5.8.7\build\IPC-Cmd-0.24\blib\arch C:\PXPerl\.cpanplus\5.8.7\build\Locale-Maketext-Simple-0.16\blib\lib C:\PXPerl\.cpanplus\5.8.7\build\Locale-Maketext-Simple-0.16\blib\arch C:\PXPerl\.cpanplus\5.8.7\build\Module-Load-Conditional-0.08\blib\lib C:\PXPerl\.cpanplus\5.8.7\build\Module-Load-Conditional-0.08\blib\arch C:\PXPerl\.cpanplus\5.8.7\build\Params-Check-0.24\blib\lib C:\PXPerl\.cpanplus\5.8.7\build\Params-Check-0.24\blib\arch C:/PXPerl/lib C:/PXPerl/site/lib .) at C:\PXPerl\.cpanplus\5.8.7\build\Module-Load-Conditional-0.08\blib\lib/Module/Load/Conditional.pm line 5. BEGIN failed--compilation aborted at C:\PXPerl\.cpanplus\5.8.7\build\Module-Load-Conditional-0.08\blib\lib/Module/Load/Conditional.pm line 5. Compilation failed in require at t\01_Archive-Extract.t line 30. BEGIN failed--compilation aborted at t\01_Archive-Extract.t line 30. FAILED--1 test script could be run, alas--no output ever seen NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' Stop. MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: Module::Load As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'Jos Boumans ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'Module::Load' => '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: File::Basename 2.73 File::Path 1.07 File::Spec 3.05 IPC::Cmd 0 Locale::Maketext::Simple 0 Module::Load::Conditional 0 Params::Check 0 Test::More 0.62 ******************************** 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=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef 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 ='-g -O3 -W3 -fno-strict-aliasing -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX ', optimize='', cppflags='-g -O3 -W3 -fno-strict-aliasing -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX ' ccversion='', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc', ldflags =' -LC:\PXPerl\lib\CORE' libpth= libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lshlwapi -lstdc++ perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lshlwapi -lstdc++ libc=-lmsvcrt, so=dll, useshrplib=yes, libperl=libperl58.a gnulibc_version='undef' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DHASATTRIBUTE', lddlflags='-mdll -LC:\PXPerl\lib\CORE'
