t/a.t ...... 1..3 ok 1 - use Net::Nslookup; ok 2 - nslookup(host => www.boston.com, type => A) -> 66.151.183.17 ok 3 - nslookup(www.boston.com) -> 66.151.183.17 ok 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: 'tiermail.globe.com' # expected: 'bghqmail.globe.com' # Failed test 'nslookup(domain => 'boston.com', type => MX) -> inapmail.boston.com' # at t/mx.t line 14. # got: 'tntpfmail.globe.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: '198.115.80.25' # 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: '198.115.82.25' # 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/mx.t (Wstat: 1024 Tests: 5 Failed: 4) Failed tests: 2-5 Non-zero exit status: 4 Files=6, Tests=23, 2 wallclock secs ( 0.03 usr 0.01 sys + 0.63 cusr 0.10 csys = 0.77 CPU) Result: FAIL Failed 1/6 test programs. 4/23 subtests failed.