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.39_01 # Net::DNS::Resolver::Unbound 1.21 # 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 ok 3 - $resolver->string 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 203 at /home/willem/repos/net-dns-repository/regression-testing/Net-DNS-Resolver-Unbound-1.21/blib/lib/Net/DNS/Resolver/Unbound.pm line 207.] ok t/20-synchronous.t ... 1..5 ok 1 - resolver->send('www.net-dns.org') ok 2 - resolver->query('www') ok 3 - resolver->search('www') ok 4 - resolver->send( $packet ) ok 5 - reply header ID matches query 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..7 ok 1 - resolver->bgsend('www.net-dns.org.') ok 2 - resolver->bgread(handle) ok 3 - handle->err empty ok 4 - resolver->bgsend(packet) ok 5 - resolver->bgread(handle) ok 6 - handle->err empty ok 7 - reply ID matches query packet ok t/35-bgread.t ........ 1..12 ok 1 - not bgbusy ok 2 - undefined bgread ok 3 - handle->waiting ok 4 - bgbusy ok 5 - no handle->err ok 6 - no handle->result ok 7 - not handle->waiting ok 8 - not bgbusy ok 9 - handle->err ok 10 - no handle->result ok 11 - undefined bgread ok 12 - errorstring: [unknown error (-99)] ok All tests successful. Files=8, Tests=58, 3 wallclock secs ( 0.03 usr 0.02 sys + 0.92 cusr 0.17 csys = 1.14 CPU) Result: PASS