2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Update docker.pm

Fix issue #825: Bareword "SSL_VERIFY_PEER" not allowed while "strict subs" in use at docker.pm
This commit is contained in:
zet809 2016-03-22 15:08:34 +08:00
parent e8f3a2b295
commit 13bd9b6f9f

View File

@ -15,7 +15,7 @@ BEGIN
}
use lib "$::XCATROOT/lib/perl";
use strict;
#use strict;
use POSIX qw(WNOHANG nice);
use POSIX qw(WNOHANG setsid :errno_h);
use Errno;