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
andy@chimpy[/tmp/WWW-Automate-0.20]$ PERL_DL_NONLAZY=1 /usr/local/bin/perl
t/embedded-WWW-Automate.t
Name "WWW::Automate::headers" used only once: possible typo at lib/WWW/Automate.pm
line 309.
ok 1 - use WWW::Automate;
ok 2 - can we call new?
ok 3 - create agent object
ok 4 - agent is a WWW::Automate isa WWW::Automate
ok 5 - WWW::Automate->can('request')
ok 6 - Set user agent string
ok 7 - Set user agent version
ok 8 - Get google webpage
ok 9 - Set uri isa URI
ok 10 - req should be a HTTP::Request isa HTTP::Request
ok 11 - Can't follow too-high-numbered link
not ok 12 - Can follow first link
# Failed test (lib/WWW/Automate.pm at line 146)
ok 13 - Can go back
ok 14 - Can't follow unlikely named link
not ok 15 - Can follow obvious named link
# Failed test (lib/WWW/Automate.pm at line 150)
not ok 16 - Can select the first form
# Failed test (lib/WWW/Automate.pm at line 205)
ok 17 - Set the form attribute
ok 18 - Can't select the 99th form
ok 19 - Form is still set to 1
Can't call method "value" on an undefined value at lib//WWW/Automate.pm line 241.
1..19
# Looks like you failed 3 tests of 19.
# Looks like your test died just after 19.
--
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=linux, osvers=2.4.2-2, archname=i586-linux
uname='linux chimpy.petdance.com 2.4.2-2 #1 sun apr 8 19:37:14 edt 2001 i586
unknown '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing'
ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.1 2.96-81)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
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 -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.2.so, 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'