Subject: | make test fails |
andy@chimpy[/tmp/WWW-Automate-0.20]$ make clean
rm -rf ./blib Makefile.aperl blib/arch/auto/WWW/Automate/extralibs.all perlmain.c tmon.out mon.out so_locations pm_to_blib *.o *.a perl.exe perl perl Automate.bso Automate.def libAutomate.def Automate.exp Automate.x core core.*perl.*.? *perl.core
mv Makefile Makefile.old > /dev/null 2>&1
andy@chimpy[/tmp/WWW-Automate-0.20]$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for WWW::Automate
Generating embedded tests...
andy@chimpy[/tmp/WWW-Automate-0.20]$ make
cp lib/WWW/Automate.pm blib/lib/WWW/Automate.pm
Manifying blib/man3/WWW::Automate.3
andy@chimpy[/tmp/WWW-Automate-0.20]$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/embedded-WWW-Automate....Name "WWW::Automate::headers" used only once: possible typo at lib/WWW/Automate.pm line 309.
t/embedded-WWW-Automate....NOK 12# Failed test (lib/WWW/Automate.pm at line 146)
t/embedded-WWW-Automate....NOK 15# Failed test (lib/WWW/Automate.pm at line 150)
t/embedded-WWW-Automate....NOK 16# Failed test (lib/WWW/Automate.pm at line 205)
t/embedded-WWW-Automate....ok 19/0Can't call method "value" on an undefined value at lib//WWW/Automate.pm line 241.
# Looks like you failed 3 tests of 19.
# Looks like your test died just after 19.
t/embedded-WWW-Automate....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 12, 15-16
Failed 3/19 tests, 84.21% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/embedded-WWW-Automate.t 255 65280 19 3 15.79% 12 15-16
Failed 1/1 test scripts, 0.00% okay. 3/19 subtests failed, 84.21% okay.
make: *** [test_dynamic] Error 2