t/00-install.t ....... 1..18 ok 1 - file exists Changes ok 2 - file exists LICENSE ok 3 - file exists MANIFEST ok 4 - file exists META.json ok 5 - file exists META.yml ok 6 - file exists Makefile.PL ok 7 - file exists README ok 8 - file exists Unbound.xs ok 9 - file exists lib/Net/DNS/Resolver/Unbound.pm ok 10 - file exists t/00-install.t ok 11 - file exists t/00-load.t ok 12 - file exists t/00-pod.t ok 13 - file exists t/10-context.t ok 14 - file exists t/20-synchronous.t ok 15 - file exists t/25-decode.t ok 16 - file exists t/30-asynchronous.t ok 17 - file exists t/35-bgread.t ok 18 - file exists typemap ok # # These tests were run using: # Net::DNS 1.34 # Net::DNS::Resolver::Unbound 1.12 # Net::DNS::Resolver::libunbound 1.13.1 # ExtUtils::MakeMaker 7.64 # File::Find 1.39 # File::Spec 3.80 # IO::File 1.48 # Test::More 1.302190 t/00-load.t .......... 1..2 ok 1 - XS component Unbound.xs loaded ok 2 - use Net::DNS::Resolver::Unbound; ok t/00-pod.t ........... 1..1 ok 1 - POD test for blib/lib/Net/DNS/Resolver/Unbound.pm ok t/10-context.t ....... 1..7 ok 1 - default configuration ok 2 - create new resolver instance ;; RESOLVER state: ;; nameservers = 127.0.0.1 ::1 ;; searchlist = nlnetlabs.nl ;; defnames = 1 dnsrch = 1 ;; prefer_v4 = 1 force_v4 = 0 ;; debug = 0 ndots = 1 ok 3 - $resolver->print ok 4 - resolver->option( verbosity, 0 ) ok 5 - single-valued resolver option ok 6 - multi-valued resolver option ok 7 - reject Unbound option [setting change after finalize (-6) Unbound.xs line 210 at /home/willem/repos/net-dns-repository/regression-testing/Net-DNS-Resolver-Unbound-1.12/blib/lib/Net/DNS/Resolver/Unbound.pm line 178.] ok t/20-synchronous.t ... 1..3 ok 1 - $resolver->send(ns.net-dns.org.) ok 2 - $resolver->query(ns) ok 3 - $resolver->search(ns) ok t/25-decode.t ........ 1..4 ok 1 - Net::DNS::Resolver::Unbound=HASH(0x55610d1b1b78)->send(ns.net-dns.org) ok 2 - secure flag set ok 3 - secure flag not set ok 4 - bogus flag set ok t/30-asynchronous.t .. 1..4 ok 1 - $resolver->bgsend(ns.net-dns.org.) ok 2 - handle->async_id ok 3 - no handle->err ok 4 - $reselver->bgread($handle) ok t/35-bgread.t ........ 1..15 ok 1 - not bgbusy ok 2 - undefined bgread ok 3 - handle->waiting ok 4 - bgbusy ok 5 - undefined bgread ok 6 - handle->async_id ok 7 - no handle->result ok 8 - no handle->err ok 9 - not handle->waiting ok 10 - not bgbusy ok 11 - undefined bgread ok 12 - handle->async_id ok 13 - no handle->result ok 14 - handle->err ok 15 - unknown error ok All tests successful. Files=8, Tests=54, 4 wallclock secs ( 0.04 usr 0.01 sys + 0.81 cusr 0.20 csys = 1.06 CPU) Result: PASS