summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-01-09 00:30:56 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-01-09 00:30:56 +0100
commit2b3aa0ef366bc56051b1b59ae3348ff1799e3e68 (patch)
tree797aca4458d98537e62b4d4b68d01dc45d72140f
parent4a11dc9336f9929f3e2fd7b2499db7773593dad1 (diff)
downloadbin-2b3aa0ef366bc56051b1b59ae3348ff1799e3e68.tar.gz
bin-2b3aa0ef366bc56051b1b59ae3348ff1799e3e68.tar.xz
borg-restore.pl: Drop some unused dependencies
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xborg-restore.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/borg-restore.pl b/borg-restore.pl
index 8a1dc31..5a46ee7 100755
--- a/borg-restore.pl
+++ b/borg-restore.pl
@@ -93,11 +93,8 @@ use File::Temp;
use Getopt::Long;
use IO::Compress::Gzip qw($GzipError);
use IPC::Run qw(run start);
-use List::MoreUtils qw(firstidx);
use List::Util qw(any all);
-use MLDBM qw(GDBM_File Storable);
use Pod::Usage;
-use Storable;
use Time::HiRes;
my %opts;