From d0f93403ace35b3fa06fdde4f6d007c72fe0808f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 1 Jul 2011 11:46:31 +0200 Subject: restore.pl: don't use File::Copy::Recursive Signed-off-by: Florian Pritz --- restore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'restore.pl') diff --git a/restore.pl b/restore.pl index 1ca5f68..39369c7 100755 --- a/restore.pl +++ b/restore.pl @@ -13,7 +13,7 @@ use strict; use File::Basename; use Cwd qw(abs_path cwd); use DateTime; -use File::Copy::Recursive qw(rcopy); +#use File::Copy::Recursive qw(rcopy); use File::Find; use File::Path qw(remove_tree); -- cgit v1.2.3-24-g4f1b