From d6faf045ad0b938d12f2bea94e0ea3768784801f Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 4 Mar 2008 19:36:35 +0000 Subject: [PATCH] Add FILE::Copy; git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@666 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/pxe.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm index d2ce20fe7..8572b8587 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm @@ -3,6 +3,7 @@ package xCAT_plugin::pxe; use Data::Dumper; use Sys::Syslog; use Socket; +use File::Copy; my $request; my $callback;