lib/SocketActivation: don’t make POSIX export everything (Thanks mxf)
This commit is contained in:
parent
c8eb7b08ac
commit
31b01798dd
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use IO::Socket::UNIX; # core
|
use IO::Socket::UNIX; # core
|
||||||
use Cwd qw(abs_path); # core
|
use Cwd qw(abs_path); # core
|
||||||
use POSIX; # core
|
use POSIX (); # core
|
||||||
use AnyEvent::Handle; # not core
|
use AnyEvent::Handle; # not core
|
||||||
use Exporter 'import';
|
use Exporter 'import';
|
||||||
use v5.10;
|
use v5.10;
|
||||||
|
|
Loading…
Reference in New Issue