mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +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:
@ -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;
|
||||
|
Reference in New Issue
Block a user