From dfd8ebdf2ad92c0f9b5c724c987a14a310c6fa2b Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 19 Mar 2013 13:21:06 +0000 Subject: [PATCH] add use File::Path used in code,but missing. Result of Utils.pm split. Broke zvm build git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15576 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/TableUtils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/TableUtils.pm b/perl-xCAT/xCAT/TableUtils.pm index e266dad59..c9e6aa2a3 100644 --- a/perl-xCAT/xCAT/TableUtils.pm +++ b/perl-xCAT/xCAT/TableUtils.pm @@ -19,6 +19,7 @@ if ($^O =~ /^aix/i) { use lib "$::XCATROOT/lib/perl"; use strict; require xCAT::Table; +use File::Path; #----------------------------------------------------------------------- =head3