summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-02-19 10:28:22 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-02-19 10:28:22 +0100
commita3738060b31983d903997ea95630d480c2418263 (patch)
tree4fb80f00dd5fa35dd22166ef7df068d975e1dc31
parent92214ead29cbbda27855f0e9bff8ddb5864f6f4c (diff)
downloadbin-a3738060b31983d903997ea95630d480c2418263.tar.gz
bin-a3738060b31983d903997ea95630d480c2418263.tar.xz
borg-restore.pl: Remove unused modules
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xborg-restore.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/borg-restore.pl b/borg-restore.pl
index 04385c2..5479ba4 100755
--- a/borg-restore.pl
+++ b/borg-restore.pl
@@ -79,19 +79,15 @@ use v5.10;
package main;
use autodie;
-use Carp::Assert;
use Cwd qw(abs_path getcwd);
use Data::Dumper;
use DateTime;
-use DB_File;
use File::Basename;
-use File::Copy;
use File::Path qw(mkpath);
use File::Slurp;
use File::Spec;
use File::Temp;
use Getopt::Long;
-use IO::Compress::Gzip qw($GzipError);
use IPC::Run qw(run start);
use List::Util qw(any all);
use Pod::Usage;