Subject: | Tests no longer pass |
G'day mate.
I know it's been a while since you've maintained this module - so it's
possibly the fact that I use a much newer perl
It's not realy important, just the tests break the cpan install.
I'm just playing around to try and work out how it's useful (I know it's
useful, just how)
perl -v This is perl, v5.8.8 built for i686-linux
uname -a Linux i.work.at 2.6.14-gentoo-r5 #3 SMP PREEMPT Thu Apr 6
10:55:08 EST 2006 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel
GNU/Linux
make test produces the following
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00basic....ok
t/01basic....ok
t/dns01......ok 1/6 (in cleanup) No such method: DESTROY at
/root/Net-SenderBase-1.01/blib/lib/Net/SenderBase/Results.pm line 79.
t/dns01......ok
t/http01.....ok 2/6
# Failed test 'check organisation name is OK'
# in t/http01.t at line 15.
t/http01.....NOK 4
# Failed test 'check magnitude is at least 5'
# in t/http01.t at line 17.
t/http01.....NOK 6 (in cleanup) No such method: DESTROY at
/root/Net-SenderBase-1.01/blib/lib/Net/SenderBase/Results.pm line 79.
# Looks like you failed 2 tests of 6.
t/http01.....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4, 6
Failed 2/6 tests, 66.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/http01.t 2 512 6 2 33.33% 4 6
Failed 1/4 test scripts, 75.00% okay. 2/14 subtests failed, 85.71% okay.
make: *** [test_dynamic] Error 2