From 31b01798dde1b61eafe2f6532268cb3da472e36d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 7 Nov 2011 23:45:28 +0000 Subject: [PATCH] =?utf8?q?lib/SocketActivation:=20don=E2=80=99t=20make=20P?= =?utf8?q?OSIX=20export=20everything=20(Thanks=20mxf)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- testcases/lib/SocketActivation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/lib/SocketActivation.pm b/testcases/lib/SocketActivation.pm index 31b3ba89..e0b08d74 100644 --- a/testcases/lib/SocketActivation.pm +++ b/testcases/lib/SocketActivation.pm @@ -5,7 +5,7 @@ use strict; use warnings; use IO::Socket::UNIX; # core use Cwd qw(abs_path); # core -use POSIX; # core +use POSIX (); # core use AnyEvent::Handle; # not core use Exporter 'import'; use v5.10; -- 2.39.5