t/00-install.t ..... 1..13 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/01-resolver.t ok 13 - file exists t/03-MDNS-flags.t ok # # These tests were run using: # Net::DNS::Multicast 0.04 # Net::DNS 1.38_01 # Exporter 5.76 # ExtUtils::MakeMaker 7.64 # File::Find 1.39 # File::Spec 3.80 # IO::File 1.48 # Test::Builder 1.302190 # Test::More 1.302190 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/01-resolver.t .... 1..5 ok 1 - multicast $resolver->send("example.local") ok 2 - multicast $resolver->bgsend("example.local") ok 3 - unicast $resolver->send("example.com") ok 4 - unicast $resolver->bgsend("example.com") ok 5 - $resolver->string ok t/03-MDNS-flags.t .. 1..11 ok 1 - default 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=5, Tests=43, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.48 cusr 0.05 csys = 0.56 CPU) Result: PASS