# Testing Net::DNSBL::Client 0.207, Perl 5.034000, /usr/bin/perl t/00-load.t ............ 1..1 ok 1 - use Net::DNSBL::Client; ok t/failures.t ........... 1..10 ok 1 - ->query_ip dies when called with no args ok 2 - ->query_ip() dies when called with no dnsbl list ok 3 - ->query_ip() dies when called with hostname instead of IP address ok 4 - get_answers() dies when no query is in flight ok 5 - ->query_ip() dies when called with existing query in flight ok 6 - set_timeout dies when given nonsensical timeout ok 7 - set_timeout dies when given zero timeout ok 8 - Constructor dies when given nonsensical timeout ok 9 - Constructor dies when given zero timeout ok 10 - Constructor dies when given unknown parameters ok # Failed test 'Got expected answers from dnswl testpoint' # at t/live_dnswl.t line 32. # Comparing $data as a Bag # Missing: 1 reference # Extra: 1 reference # [ # { # 'actual_hits' => [ # '127.0.10.3' # ], # 'data' => '0.0.255.255', # 'domain' => 'list.dnswl.org', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'mask', # 'userdata' => 'Matches any dnswl.org category' # } # ] # [ # { # 'actual_hits' => [ # '127.0.10.0' # ], # 'data' => '0.0.255.255', # 'domain' => 'list.dnswl.org', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'mask', # 'userdata' => 'Matches any dnswl.org category' # } # ] # Failed test 'Got expected answers from dnswl testpoint' # at t/live_dnswl.t line 54. # Comparing $data as a Bag # Missing: 1 reference # Extra: 1 reference # [ # { # 'actual_hits' => [ # 'https://subscription.dnswl.org/' # ], # 'data' => undef, # 'domain' => 'list.dnswl.org', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'txt', # 'userdata' => 'Matches any dnswl.org category' # } # ] # [ # { # 'actual_hits' => [ # 'dnswl.test https://dnswl.org/s/?s=127' # ], # 'data' => undef, # 'domain' => 'list.dnswl.org', # 'hit' => 1, # 'replycode' => 'NOERROR', # 'type' => 'txt', # 'userdata' => 'Matches any dnswl.org category' # } # ] # Looks like you failed 2 tests of 2. t/live_dnswl.t ......... 1..2 not ok 1 - Got expected answers from dnswl testpoint not ok 2 - Got expected answers from dnswl testpoint Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests t/live_dwl_spamhaus.t .. 1..1 ok 1 - dwltest.com._vouch.dwl.spamhaus.org returns nothing useful; enable these tests if/when SpamHaus fixes it. ok t/live_psbl.t .......... 1..2 ok 1 - Got expected answers from psbl testpoint ok 2 - Got expected answers from psbl testpoint with lookup_keys option ok t/live_spamcop.t ....... 1..1 ok 1 - Got expected answers from spamcop testpoint ok t/pod-coverage.t ....... 1..1 ok 1 - Pod coverage on Net::DNSBL::Client ok t/pod.t ................ 1..2 ok 1 - POD test for blib/lib/Net/DNSBL/Client.pm ok 2 - POD test for blib/script/dnsblcheck ok t/revip.t .............. 1..3 ok 1 - _reverse_address works on simple IPv4 address ok 2 - _reverse_address works on IPv6-mapped IPv4 address ok 3 - _reverse_address works on IPv6 address ok Test Summary Report ------------------- t/live_dnswl.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 Files=9, Tests=23, 3 wallclock secs ( 0.04 usr 0.01 sys + 0.81 cusr 0.19 csys = 1.05 CPU) Result: FAIL Failed 1/9 test programs. 2/23 subtests failed.