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. -- This is an error report generated automatically by CPANPLUS, version 0.048. Below is the error stack during 'make test': PERL_DL_NONLAZY=1 /home/nothingmuch/perlsmoke/build/5.005_04/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_base................ok t/01_form................ok t/02_hidden..............ok t/03_checkbox............ok t/04_select..............ok t/05_textarea............ok t/06_radio...............ok t/07_reuse...............ok t/08_multiple_objects....ok t/09_default_type........ok t/10_escape..............ok t/11_target..............ok t/12_mult................ok t/13_warning.............ok t/14_password............ok t/15_multiple_fields.....ok t/16_ignore_fields.......ok t/17_xhtml...............(offline mode: enter name=value pairs on standard input) ok t/18_ignore_fdat.........Can't locate warnings.pm in @INC (@INC contains: /home/.perlsmoke/500504/.cpanplus/5.00504/build/HTML-FillInForm-1.05/blib/lib /home/.perlsmoke/500504/.cpanplus/5.00504/build/HTML-FillInForm-1.05/blib/arch /home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504/i686-linux /home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504/i686-linux /home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504 /home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005/i686-linux /home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005/i686-linux /home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005 . /home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504/i686-linux /home/nothingmuch/perlsmoke/build/5.005_04/lib/5.00504 /home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005/i686-linux /home/nothingmuch/perlsmoke/build/5.005_04/lib/site_perl/5.005 .) at t/18_ignore_fdat.t line 6. BEGIN failed--compilation aborted at t/18_ignore_fdat.t line 6. dubious Test returned status 2 (wstat 512, 0x200) t/19_extra............... # Failed test (t/19_extra.t at line 41) # Failed test (t/19_extra.t at line 42) # Failed test (t/19_extra.t at line 43) # Failed test (t/19_extra.t at line 63) # Failed test (t/19_extra.t at line 64) # Failed test (t/19_extra.t at line 76) # Failed test (t/19_extra.t at line 77) # Failed test (t/19_extra.t at line 78) # Failed test (t/19_extra.t at line 132) # Failed test (t/19_extra.t at line 143) # Failed test (t/19_extra.t at line 215) # Failed test (t/19_extra.t at line 239) # Looks like you failed 12 tests of 30. dubious Test returned status 12 (wstat 3072, 0xc00) DIED. FAILED tests 2-9, 11-12, 19, 25 Failed 12/30 tests, 60.00% okay Failed 2/20 test scripts, 90.00% okay. 12/68 subtests failed, 82.35% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/18_ignore_fdat.t 2 512 ?? ?? % ?? t/19_extra.t 12 3072 30 12 40.00% 2-9 11-12 19 25 make: *** [test_dynamic] Error 2 Additional comments: Hello, T.J. Mather! Thanks for uploading your works to CPAN. I noticed that the test suite seem to fail without these modules: warnings As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'T.J. Mather ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'warnings' => '0', # or a minimum workable 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. Also, because many people perform automatic tests on CPAN, chances are 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, -- Summary of my perl5 (5.0 patchlevel 5 subversion 4) configuration: Platform: osname=linux, osvers=2.6.8.1, archname=i686-linux uname='linux pasta 2.6.8.1 #4 sat aug 21 18:43:24 idt 2004 i686 amd athlon(tm) xp 2400+ authenticamd gnulinux ' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-O2', gccversion=3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) cppflags='-Dbool=char -DHAS_BOOL' ccflags ='-Dbool=char -DHAS_BOOL' stdchar='char', d_stdstdio=undef, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lcrypt libc=, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
