From b10b8057a635a56bcf0c0c12574caae0ad9cdc19 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 22 Apr 2012 10:25:50 +0000 Subject: [PATCH] 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 --- 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;