This is a replacement for p5-IO-INET6 as the upstream cpan package has been renamed. IO::Socket::INET6 provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. ok sturm@
10 lines
442 B
Plaintext
10 lines
442 B
Plaintext
$OpenBSD: patch-t_pod-coverage_t,v 1.1.1.1 2009/01/01 14:42:30 bluhm Exp $
|
|
--- t/pod-coverage.t.orig Mon Oct 6 15:36:55 2008
|
|
+++ t/pod-coverage.t Fri Nov 21 21:19:20 2008
|
|
@@ -3,4 +3,5 @@
|
|
use Test::More;
|
|
eval "use Test::Pod::Coverage 1.04";
|
|
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
|
|
+plan skip_all => "Coverage for IO::Socket::INET6 is 13.8%, with 100 naked subroutines";
|
|
all_pod_coverage_ok();
|