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 T.J. Mather, This is a computer-generated report for HTML-FillInForm-2.00 on perl-5.00505, created automatically by CPAN-Reporter-1.04 and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems with your distribution. If these results are not what you expect, please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: http://cpantest.grango.org Sections of this report: * Tester comments * Program output * Prerequisites * Environment and other context ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PROGRAM OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/perlt2/perl/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........... # Failed test 'ignore 1' # at t/18_ignore_fdat.t line 29. # Failed test 'ignore 2' # at t/18_ignore_fdat.t line 30. # Failed test 'ignore 3' # at t/18_ignore_fdat.t line 31. # Looks like you failed 3 tests of 4. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/4 subtests t/19_extra................. # Failed test 'scalar value of ignore_fields' # at t/19_extra.t line 41. # ' # <form> # <input name="one" type="text" value="not disturbed"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:not disturbed.+one)' # Failed test 'fill_scalarref worked' # at t/19_extra.t line 42. # ' # <form> # <input name="one" type="text" value="not disturbed"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 2.+two)' # Failed test 'fill_scalarref worked 2' # at t/19_extra.t line 43. # ' # <form> # <input name="one" type="text" value="not disturbed"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 3.+three)' # Failed test 'fill_arrayref 1' # at t/19_extra.t line 65. # '<form><input name="one" type="text" value="new val 1"><input name="two" type="text" value="new val 2"></form>' # doesn't match '(?-xism:new val 1.+one)' # Failed test 'fill_arrayref 2' # at t/19_extra.t line 66. # '<form><input name="one" type="text" value="new val 1"><input name="two" type="text" value="new val 2"></form>' # doesn't match '(?-xism:new val 2.+two)' # Failed test 'fill_arrayref 1' # at t/19_extra.t line 78. # '<form><input name="one" type="text" value="new val 1"><input name="two" type="text" value="new val 2"></form>' # doesn't match '(?-xism:new val 1.+one)' # Failed test 'fill_arrayref 2' # at t/19_extra.t line 79. # '<form><input name="one" type="text" value="new val 1"><input name="two" type="text" value="new val 2"></form>' # doesn't match '(?-xism:new val 2.+two)' # Failed test 'fill_file 1' # at t/19_extra.t line 93. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 1.+one)' # Failed test 'fill_file 2' # at t/19_extra.t line 94. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 2.+two)' # Failed test 'fill_file 3' # at t/19_extra.t line 95. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 3.+three)' # Failed test 'fill_file 1' # at t/19_extra.t line 108. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 1.+one)' # Failed test 'fill_file 2' # at t/19_extra.t line 109. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 2.+two)' # Failed test 'fill_file 3' # at t/19_extra.t line 110. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 3.+three)' # Failed test 'fill_file 1' # at t/19_extra.t line 124. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 1.+one)' # Failed test 'fill_file 2' # at t/19_extra.t line 125. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 2.+two)' # Failed test 'fill_file 3' # at t/19_extra.t line 126. # '<form> # <input name="one" type="text" value="new val 1"> # <input name="two" type="text" value="new val 2"> # <input name="three" type="text" value="new val 3"> # </form> # ' # doesn't match '(?-xism:new val 3.+three)' Can't use string ("1") as a symbol ref while "strict refs" in use at t/19_extra.t line 127. # Looks like you planned 38 tests but only ran 17. # Looks like you failed 16 tests of 17 run. # Looks like your test died just after 17. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 37/38 subtests t/20_scalarref.............ok t/21_disable_fields........ # Failed test 'don't disable 1' # at t/21_disable_fields.t line 27. # Failed test 'disable 2' # at t/21_disable_fields.t line 28. # Failed test 'don't disable 1' # at t/21_disable_fields.t line 37. # Failed test 'disable 2' # at t/21_disable_fields.t line 38. # Looks like you failed 4 tests of 5. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/5 subtests t/22_undef.................skipped: These tests require Test::Output Test Summary Report ------------------- t/18_ignore_fdat.t (Wstat: 768 Tests: 4 Failed: 3) Failed test number(s): 2-4 Non-zero exit status: 3 t/19_extra.t (Wstat: 65280 Tests: 17 Failed: 16) Failed test number(s): 2-17 Non-zero exit status: 255 Parse errors: Bad plan. You planned 38 tests but ran 17. t/21_disable_fields.t (Wstat: 1024 Tests: 5 Failed: 4) Failed test number(s): 2-5 Non-zero exit status: 4 Files=23, Tests=73, 17 wallclock secs ( 0.18 usr 0.00 sys + 1.94 cusr 0.20 csys = 0.00 CPU) Result: FAIL Failed 3/23 test programs. 23/73 subtests failed. make: *** [test_dynamic] Error 11 ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ------------ ---- ---- HTML::Parser 3.26 3.56 warnings 0 0.04 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: LANG = en_US.UTF-8 PATH = /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 26939 PERL5_CPAN_IS_RUNNING = 26939 SHELL = /bin/bash TERM = vt100 Perl special variables (and OS-specific diagnostics, for MSWin32): $^X = /home/perlt2/perl/bin/perl $UID/$EUID = 519 / 519 $GID = 100 100 $EGID = 100 100 Perl module toolchain versions installed: Module Have ------------------- --------- CPAN 1.9203 Cwd 2.01 ExtUtils::CBuilder 0.21 ExtUtils::Command 1.13 ExtUtils::Install 1.41 ExtUtils::MakeMaker 6.36 ExtUtils::Manifest 1.51 ExtUtils::ParseXS n/a File::Spec 0.8 Module::Build 0.2808_01 Module::Signature n/a Test::Harness 3.00 Test::More 0.72 YAML n/a YAML::Syck n/a version 0.74 -- Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration: Platform: osname=linux, osvers=2.4.20-8smp, archname=i686-linux uname='linux server1 2.4.20-8smp #1 smp thu mar 13 17:45:54 est 2003 i686 i686 i386 gnulinux ' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-O2', gccversion=3.2.2 20030222 (Red Hat Linux 3.2.2-5) cppflags='-Dbool=char -DHAS_BOOL -I/usr/local/include' ccflags ='-Dbool=char -DHAS_BOOL -I/usr/local/include' 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 -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'
