diff options
author | Florian Pritz <bluewind@xssn.at> | 2011-07-01 11:46:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2011-07-01 11:46:49 +0200 |
commit | d0f93403ace35b3fa06fdde4f6d007c72fe0808f (patch) | |
tree | 94d308a76b3b2311df71d64834bd61888a496302 | |
parent | 8392ce6483f48bbc739326aa84e48f9d230964c7 (diff) | |
download | bin-d0f93403ace35b3fa06fdde4f6d007c72fe0808f.tar.gz bin-d0f93403ace35b3fa06fdde4f6d007c72fe0808f.tar.xz |
restore.pl: don't use File::Copy::Recursive
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rwxr-xr-x | restore.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |