summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrestore.pl2
1 files changed, 1 insertions, 1 deletions
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);