summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;