t/00-install.t ..... 1..14 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 lib/Net/DNS/Multicast.pm ok 9 - file exists t/00-install.t ok 10 - file exists t/00-load.t ok 11 - file exists t/00-pod.t ok 12 - file exists t/10-unicast.t ok 13 - file exists t/20-multicast.t ok 14 - file exists t/30-MDNS-flags.t ok # # These tests were run using: # Net::DNS::Multicast 1.00 # Net::DNS 1.42_04 # Exporter 5.78 # ExtUtils::MakeMaker 7.70 # File::Find 1.40 # File::Spec 3.84 # IO::File 1.55 # IO::Select 1.55 # IO::Socket 1.55 # IO::Socket::IP 0.42 # Socket 2.037 # Test::More 1.302198 t/00-load.t ........ 1..13 ok 1 - use Net::DNS::Multicast; ok 2 - SEQUENTIAL is imported ok 3 - UNIXTIME is imported ok 4 - YYYYMMDDxx is imported ok 5 - yxrrset is imported ok 6 - nxrrset is imported ok 7 - yxdomain is imported ok 8 - nxdomain is imported ok 9 - rr_add is imported ok 10 - rr_del is imported ok 11 - mx is imported ok 12 - rr is imported ok 13 - rrsort is imported ok t/00-pod.t ......... 1..1 ok 1 - POD test for lib/Net/DNS/Multicast.pm ok t/10-unicast.t ..... 1..6 ok 1 - Net::DNS::Resolver->new(...) ok 2 - $resolver->send($unicast) ok 3 - $resolver->bgsend($unicast) ok 4 - $resolver->bgread($handle) ok 5 - $resolver->bgbusy($handle) ok 6 - $resolver->bgread($handle) ok t/20-multicast.t ... 1..3 ok 1 - $resolver->bgsend($multicast) IPv6 ok 2 - $resolver->bgsend($multicast) IPv4 ok 3 - $resolver->send($multicast) ok t/30-MDNS-flags.t .. 1..11 ok 1 - implicit qclass ok 2 - MDNS unicast_response flag false ok 3 - set MDNS unicast_response flag ok 4 - unchanged qclass ok 5 - MDNS unicast_response flag true ok 6 - implicit RRclass ok 7 - MDNS cache_flush flag false ok 8 - unchanged RRclass ok 9 - set MDNS cache_flush flag ok 10 - unchanged RRclass ok 11 - MDNS cache_flush flag true ok All tests successful. Files=6, Tests=48, 5 wallclock secs ( 0.02 usr 0.01 sys + 0.31 cusr 0.09 csys = 0.43 CPU) Result: PASS