t/00-install.t ... 1..12 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 # # These tests were run using: # Net::DNS::Multicast 0.01 # Net::DNS 1.38 # 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 Can't stat demo: No such file or directory at /usr/share/perl5/Test/Pod.pm line 223. 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 All tests successful. Files=4, Tests=31, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.47 cusr 0.07 csys = 0.60 CPU) Result: PASS