t/00_compile.t .. 1..1 ok 1 - use Net::DNS::Paranoid; ok # Failed test at t/01_simple.t line 82. # Structures begin differing at: # $got->[0][0] = Does not exist # $expected->[0][0] = '50.112.116.235' # Looks like you failed 1 test of 1. # Failed test 'this domain is okay. 50.112.116.235.xip.io isn't blocked' # at t/01_simple.t line 84. # Failed test 'ok' # at t/01_simple.t line 89. # Structures begin differing at: # $got->[0][0] = Does not exist # $expected->[0][0] = '50.112.116.235' # Looks like you failed 1 test of 2. # Failed test 'internal. bad. blocked by default by module.' # at t/01_simple.t line 91. # Looks like you failed 2 tests of 12. t/01_simple.t ... # Subtest: hostnames pointing to internal IPs ok 1 1..1 ok 1 - hostnames pointing to internal IPs # Subtest: random IP address forms ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok 2 - random IP address forms # Subtest: test the the blocked host above in decimal form is blocked by this non-decimal form ok 1 1..1 ok 3 - test the the blocked host above in decimal form is blocked by this non-decimal form # Subtest: more blocked spaces ok 1 ok 2 1..2 ok 4 - more blocked spaces # Subtest: hostnames doing CNAMEs (this one resolves to "brad.lj", which is verboten) ok 1 1..1 ok 5 - hostnames doing CNAMEs (this one resolves to "brad.lj", which is verboten) # Subtest: can't do empty host name ok 1 1..1 ok 6 - can't do empty host name # Subtest: black-listed via blocked_hosts ok 1 1..1 ok 7 - black-listed via blocked_hosts # Subtest: can't do octal in IPs ok 1 1..1 ok 8 - can't do octal in IPs # Subtest: can't do decimal/octal IPs ok 1 1..1 ok 9 - can't do decimal/octal IPs # Subtest: this domain is okay. 50.112.116.235.xip.io isn't blocked # Calling through to Net::DNS::Resolver proxy method 'bgsend' # Calling through to Net::DNS::Resolver proxy method 'bgread' not ok 1 1..1 not ok 10 - this domain is okay. 50.112.116.235.xip.io isn't blocked # Subtest: internal. bad. blocked by default by module. ok 1 # Calling through to Net::DNS::Resolver proxy method 'bgsend' # Calling through to Net::DNS::Resolver proxy method 'bgread' not ok 2 - ok 1..2 not ok 11 - internal. bad. blocked by default by module. # Subtest: localhost is blocked, case insensitive ok 1 1..1 ok 12 - localhost is blocked, case insensitive 1..12 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/12 subtests Test Summary Report ------------------- t/01_simple.t (Wstat: 512 Tests: 12 Failed: 2) Failed tests: 10-11 Non-zero exit status: 2 Files=2, Tests=13, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.22 cusr 0.03 csys = 0.28 CPU) Result: FAIL Failed 1/2 test programs. 2/13 subtests failed.