Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532156
Collapse All | Expand All

(-)a/cpan/IO-Socket-IP/t/15io-socket.t (+5 lines)
Lines 4-9 Link Here
4
use warnings;
4
use warnings;
5
5
6
use Test::More;
6
use Test::More;
7
BEGIN {
8
  if ( $ENV{NO_GENTOO_NETWORK_TESTS} ) {
9
  	plan skip_all => "Tests disabled by NO_GENTOO_NETWORK_TESTS";
10
  }
11
}
7
12
8
use IO::Socket;
13
use IO::Socket;
9
use IO::Socket::IP -register;
14
use IO::Socket::IP -register;
(-)a/cpan/IO-Socket-IP/t/16v6only.t (+5 lines)
Lines 4-9 Link Here
4
use warnings;
4
use warnings;
5
5
6
use Test::More;
6
use Test::More;
7
BEGIN {
8
  if ( $ENV{NO_GENTOO_NETWORK_TESTS} ) {
9
        plan skip_all => "Tests disabled by NO_GENTOO_NETWORK_TESTS";
10
  }
11
}
7
12
8
use Socket qw(PF_INET6 PF_INET IPPROTO_IPV6 IPV6_V6ONLY);
13
use Socket qw(PF_INET6 PF_INET IPPROTO_IPV6 IPV6_V6ONLY);
9
use IO::Socket::IP;
14
use IO::Socket::IP;

Return to bug 532156