From 18f4bfafe9f0085960e4b85c19e620b4a1c17cda Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 18 May 2010 19:35:39 +0000 Subject: [PATCH] -Add missing module to Utils git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6158 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 689b7d16d..c8102b460 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -23,6 +23,7 @@ use File::Path; use Socket; use strict; use Symbol; +use IPC::Open3; use warnings "all"; require xCAT::InstUtils; require xCAT::NetworkUtils;