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 MARKSTOS, This is a computer-generated error report created automatically by CPANPLUS, version 0.78. 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 Jul 16 21:14:54 2007] Trying to get 'http://www.cpan.org/authors/id/M/MA/MARKSTOS/HTML-ReplaceForm-0.51.tar.gz' [MSG] [Mon Jul 16 21:14:55 2007] Trying to get 'http://www.cpan.org/authors/id/M/MA/MARKSTOS/CHECKSUMS' [MSG] [Mon Jul 16 21:14:56 2007] Checksum matches for 'HTML-ReplaceForm-0.51.tar.gz' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/META.yml' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/lib/' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/lib/HTML/' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/lib/HTML/ReplaceForm.pm' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/Changes' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/MANIFEST' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/t/' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/t/basic.t' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/MANIFEST.SKIP' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/README' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/Build.PL' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/LICENSE' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML-ReplaceForm-0.51/Makefile.PL' [MSG] [Mon Jul 16 21:14:56 2007] Extracted 'HTML::ReplaceForm' to '/home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51' [MSG] [Mon Jul 16 21:14:59 2007] # running Build.PL /home/chris/perl588/bin/perl.exe Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'HTML-ReplaceForm' version '0.51' Unknown 'build_class', defaulting to 'Module::Build' [MSG] [Mon Jul 16 21:14:59 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Mon Jul 16 21:15:01 2007] /home/chris/perl588/bin/perl.exe Build --makefile_env_macros 1 Copying lib/HTML/ReplaceForm.pm -> blib/lib/HTML/ReplaceForm.pm Manifying blib/lib/HTML/ReplaceForm.pm -> blib/libdoc/HTML.ReplaceForm.3 [ERROR] [Mon Jul 16 21:15:03 2007] MAKE TEST failed: /home/chris/perl588/bin/perl.exe Build --makefile_env_macros 1 test t/basic....Can't locate HTML/TokeParser/Simple.pm in @INC (@INC contains: /home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib/lib /home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib/arch /home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib /home/chris/perl588/lib/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/5.8.8 /home/chris/perl588/lib/site_perl/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/site_perl/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/site_perl/5.8.8 /home/chris/perl588/lib/site_perl/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/site_perl/5.8.8 /home/chris/perl588/lib/site_perl . /home/chris/perl588/lib/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/5.8.8 /home/chris/perl588/lib/site_perl/5.8.8/cygwin-thread-multi-64int /home/chris/perl588/lib/site_perl/5.8.8 /home/chris/perl588/lib/site_perl .) at /home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib/lib/HTML/ReplaceForm.pm line 58. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/basic.t 255 65280 1 0 ?? Failed 1/1 test scripts. 0/1 subtests failed. Files=1, Tests=1, 1 wallclock secs ( 0.19 cusr + 0.15 csys = 0.34 CPU) Failed 1/1 test programs. 0/1 subtests failed. MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: HTML::TokeParser::Simple As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'MARKSTOS ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'HTML::TokeParser::Simple' => '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! :-) ******************************** 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.0307. ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: AUTOMATED_TESTING = 1 COMSPEC = C:\WINDOWS\system32\cmd.exe INCLUDE = C:\mingw\include; LANG = C LIB = C:\mingw\lib; NUMBER_OF_PROCESSORS = 1 PATH = /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/program files/imagemagick-6.3.1-q16:/cygdrive/c/MinGW/dmake:/cygdrive/c/MinGW/bin:/cygdrive/c/MinGW/tools:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/VideoLAN/VLC:/cygdrive/c/Program Files/Subversion/bin:/cygdrive/c/Program Files/Common Files/GTK/2.0/bin:/cygdrive/c/MinGW/GnuPG:/cygdrive/c/Program Files/jigl:/cygdrive/c/Program Files/QuickTime/QTSystem/:/cygdrive/c/Program Files/Haskell/bin:/cygdrive/c/ghc/ghc-6.6.1/bin PERL5LIB = :/home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib/lib:/home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib/arch:/home/chris/perl588/.cpanplus/5.8.8/build/HTML-ReplaceForm-0.51/blib PERL5_CPANPLUS_IS_RUNNING = 3004 PERL5_CPANPLUS_IS_VERSION = 0.78 PERL_MM_USE_DEFAULT = 1 PROCESSOR_IDENTIFIER = x86 Family 15 Model 4 Stepping 8, AuthenticAMD TERM = cygwin Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /home/chris/perl588/bin/perl.exe UID: $< = 500 EUID: $> = 500 GID: $( = 513 545 544 513 0 EGID: $) = 513 545 544 513 0 ------------------------------- -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=cygwin, osvers=1.5.24(0.15642), archname=cygwin-thread-multi-64int uname='cygwin_nt-5.2 lapster 1.5.24(0.15642) 2007-01-31 10:57 i686 cygwin ' config_args='' 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=define use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement', optimize='-O2', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement' ccversion='', gccversion='3.4.4 (cygming special, gdc 0.12, using dmd 0.125)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='ld2', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -ldl -lcrypt -lgdbm_compat perllibs=-ldl -lcrypt -lgdbm_compat libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -L/usr/local/lib'
