# Failed test 'nslookup(host => www.boston.com, type => A) -> 66.151.183.17' # at t/a.t line 13. # got: undef # expected: '66.151.183.17' # Failed test 'nslookup(www.boston.com) -> 66.151.183.17' # at t/a.t line 17. # got: undef # expected: '66.151.183.17' # Looks like you failed 2 tests of 3. t/a.t ...... 1..3 ok 1 - use Net::Nslookup; not ok 2 - nslookup(host => www.boston.com, type => A) -> 66.151.183.17 not ok 3 - nslookup(www.boston.com) -> 66.151.183.17 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t/cname.t .. 1..2 ok 1 - use Net::Nslookup; ok 2 - nslookup(host => 'ctest.boston.com', type => CNAME) -> www.boston.com ok # Failed test 'nslookup(domain => 'boston.com', type => MX) -> bghqmail.globe.com' # at t/mx.t line 13. # got: 'mxa-00504401.gslb.pphosted.com' # expected: 'bghqmail.globe.com' # Failed test 'nslookup(domain => 'boston.com', type => MX) -> inapmail.boston.com' # at t/mx.t line 14. # got: 'mxb-00504401.gslb.pphosted.com' # expected: 'inapmail.boston.com' # Failed test 'nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 50.203.72.25' # at t/mx.t line 18. # got: '205.220.163.162' # expected: '50.203.72.25' # Failed test 'nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 66.151.183.181' # at t/mx.t line 19. # got: '205.220.175.161' # expected: '66.151.183.181' # Looks like you failed 4 tests of 5. t/mx.t ..... 1..5 ok 1 - use Net::Nslookup; not ok 2 - nslookup(domain => 'boston.com', type => MX) -> bghqmail.globe.com not ok 3 - nslookup(domain => 'boston.com', type => MX) -> inapmail.boston.com not ok 4 - nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 50.203.72.25 not ok 5 - nslookup(domain => 'boston.com', type => MX, recurse => 1) -> 66.151.183.181 Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/5 subtests t/ns.t ..... 1..9 ok 1 - use Net::Nslookup; ok 2 - nslookup(domain => 'boston.com', type => NS) -> ns1.p22.dynect.net ok 3 - nslookup(domain => 'boston.com', type => NS) -> ns2.p22.dynect.net ok 4 - nslookup(domain => 'boston.com', type => NS) -> ns3.p22.dynect.net ok 5 - nslookup(domain => 'boston.com', type => NS) -> ns4.p22.dynect.net ok 6 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 204.13.250.22 ok 7 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 204.13.251.22 ok 8 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 208.78.70.22 ok 9 - nslookup(domain => 'boston.com', type => NS, recurse => 1) -> 208.78.71.22 ok t/ptr.t .... 1..2 ok 1 - use Net::Nslookup; ok 2 - nslookup(host => '66.151.183.151', type => PTR) -> ironmail1.boston.com ok t/srv.t .... 1..2 ok 1 - use Net::Nslookup; ok 2 - Jabber SRV record for gmail.com contains xmpp-server.l.google.com ok Test Summary Report ------------------- t/a.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 t/mx.t (Wstat: 1024 Tests: 5 Failed: 4) Failed tests: 2-5 Non-zero exit status: 4 Files=6, Tests=23, 3 wallclock secs ( 0.02 usr 0.02 sys + 0.64 cusr 0.13 csys = 0.81 CPU) Result: FAIL Failed 2/6 test programs. 6/23 subtests failed.