aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-05-30 14:30:47 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-05-30 14:30:47 -0500
commitc64341a1835997d4c19c0682517d134380d58ece (patch)
tree188f0fa6bf6acbff7854454c0664a0597fc38406 /SBO-Lib/lib
parentaa80897cb328cb5247d7728b3a55476e8426d2eb (diff)
downloadsbotools2-c64341a1835997d4c19c0682517d134380d58ece.tar.xz
cleanup of "use xyz;" statements where xyz is not actually used
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 85a9046..c7f2dd9 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -31,9 +31,7 @@ require Exporter;
use warnings FATAL => 'all';
use strict;
-use File::Basename;
use Tie::File;
-use IO::File;
use Sort::Versions;
use Digest::MD5;
use File::Copy;