I'm still getting the following errors for make test using the .10 spamcopuri plugin, any ideas?
I get this on multiple servers running either perl 5.6.1 or 5.8.2 and I've gotten all the updates for modules so far that have been listed on this list and still no joy.
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/bad..............ok t/blacklist........ok t/cache............ok t/dnsrbl...........NOK 1# Failed test (t/dnsrbl.t at line 16) t/dnsrbl...........NOK 2# Failed test (t/dnsrbl.t at line 18) t/dnsrbl...........NOK 5# Failed test (t/dnsrbl.t at line 25) t/dnsrbl...........ok 6/6# Looks like you failed 3 tests of 6. t/dnsrbl...........dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 1-2, 5 Failed 3/6 tests, 50.00% okay t/good.............ok t/ipaddress........ok t/longhostname.....ok t/mailto...........ok t/merge_urls.......ok t/shorthostname....ok t/spamcop_fetch....ok t/spamcopuri.......ok t/whitelist........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/dnsrbl.t 3 768 6 3 50.00% 1-2 5 Failed 1/13 test scripts, 92.31% okay. 3/62 subtests failed, 95.16% okay. make: *** [test_dynamic] Error 11