lib/SocketActivation: don’t make POSIX export everything (Thanks mxf)

This commit is contained in:
Michael Stapelberg 2011-11-07 23:45:28 +00:00
parent c8eb7b08ac
commit 31b01798dd
1 changed files with 1 additions and 1 deletions

View 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;