From e41cb303c2164622d33cd1d0b15c8338d76af522 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 2 Sep 2009 10:39:52 +0000 Subject: [PATCH] fix bug 2846629, add user Data::Dumper git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index ca6ff3b0e..a813fd9e4 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -12,6 +12,7 @@ use Getopt::Long; use File::Spec; use POSIX qw(tmpnam); +use Data::Dumper; my $packages_dir= ();