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.35_03 # Net::DNS::Resolver::Unbound 1.20 # Net::DNS::Resolver::libunbound 1.13.1 # Carp 1.52 # DynaLoader 1.50 # 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..9 ok 1 - default configuration ok 2 - create stub resolver instance ;; RESOLVER state: ;; nameservers = 185.49.141.38 9.9.9.9 2a04:b900::10:0:0:113 ;; searchlist = nlnetlabs.nl ;; defnames = 1 dnsrch = 1 ;; prefer_v4 = 0 force_v4 = 0 ;; debug = 0 ndots = 1 ok 3 - $resolver->print ok 4 - create fully recursive resolver instance ok 5 - empty nameserver list ok 6 - resolver->option( verbosity, 0 ) ok 7 - single-valued resolver option ok 8 - multi-valued resolver option ok 9 - reject Unbound option [setting change after finalize (-6) Unbound.xs line 202 at /home/willem/repos/net-dns-repository/regression-testing/Net-DNS-Resolver-Unbound-1.20/blib/lib/Net/DNS/Resolver/Unbound.pm line 196.] ok t/20-synchronous.t ... 1..4 ok 1 - resolver->send('ns.net-dns.org') ok 2 - resolver->query('ns') ok 3 - resolver->search('ns') ok 4 - resolver->search( $packet ) ok t/25-decode.t ........ 1..4 ok 1 - secure flag set ok 2 - secure flag not set ok 3 - bogus flag set ok 4 - undefined result ok t/30-asynchronous.t .. 1..5 ok 1 - resolver->bgsend('ns.net-dns.org.') ok 2 - handle->err empty ok 3 - reselver->bgread(handle) ok 4 - resolver->bgsend(packet) ok 5 - reselver->bgread(handle) ok t/35-bgread.t ........ 1..14 ok 1 - not bgbusy ok 2 - undefined bgread ok 3 - handle->waiting ok 4 - bgbusy ok 5 - no handle->err ok 6 - handle->query_id ok 7 - no handle->result ok 8 - not handle->waiting ok 9 - not bgbusy ok 10 - handle->err ok 11 - handle->query_id ok 12 - no handle->result ok 13 - undefined bgread ok 14 - unknown error ok All tests successful. Files=8, Tests=57, 4 wallclock secs ( 0.03 usr 0.02 sys + 0.89 cusr 0.18 csys = 1.12 CPU) Result: PASS