From 7c6b786a970de3f10c4cf9c66e848fdd37f13194 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 22 Apr 2012 10:24:43 +0000 Subject: [PATCH] get rid of warning for perl -c git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12293 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 2748222a1..8fab34c10 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -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;