get rid of warning for perl -c

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-04-22 10:25:50 +00:00
parent 2ecf1cd9f0
commit b10b8057a6

View File

@ -27,6 +27,7 @@ use Symbol;
use Digest::SHA1 qw/sha1/;
use IPC::Open3;
use IO::Select;
use xCAT::GlobalDef;
require xCAT::RemoteShellExp;
use warnings "all";
require xCAT::InstUtils;