]> git.sur5r.net Git - i3/i3/commitdiff
lib/SocketActivation: don’t make POSIX export everything (Thanks mxf)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 7 Nov 2011 23:45:28 +0000 (23:45 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 7 Nov 2011 23:45:28 +0000 (23:45 +0000)
testcases/lib/SocketActivation.pm

index 31b3ba896400aed58aeea900c44475cdf71eb744..e0b08d746fc3bde846b502c159f8e06b94cdd095 100644 (file)
@@ -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;