summaryrefslogtreecommitdiffstats
path: root/restore.pl
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2011-07-01 11:46:31 +0200
committerFlorian Pritz <bluewind@xssn.at>2011-07-01 11:46:49 +0200
commitd0f93403ace35b3fa06fdde4f6d007c72fe0808f (patch)
tree94d308a76b3b2311df71d64834bd61888a496302 /restore.pl
parent8392ce6483f48bbc739326aa84e48f9d230964c7 (diff)
downloadbin-d0f93403ace35b3fa06fdde4f6d007c72fe0808f.tar.gz
bin-d0f93403ace35b3fa06fdde4f6d007c72fe0808f.tar.xz
restore.pl: don't use File::Copy::Recursive
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'restore.pl')
-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);