aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-22 01:51:39 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-22 01:51:39 -0500
commit219a887dcff47554df6956044e9e1dd6e86424c0 (patch)
tree7649166660b1717a0c94f3684fe66c0bcce46420
parented68a74124e1ce37c0e8c4e9c0b2db08eff4e336 (diff)
downloadsbotools2-219a887dcff47554df6956044e9e1dd6e86424c0.tar.xz
sboconfig, removed inappropriate bundling option...
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index b5e3a51..f566d4c 100755
--- a/sboconfig
+++ b/sboconfig
@@ -14,7 +14,7 @@ use strict;
use warnings FATAL => 'all';
use SBO::Lib;
use File::Basename;
-use Getopt::Long qw(:config bundling);
+use Getopt::Long;
use File::Copy;
use File::Path qw(make_path);
use File::Temp qw(tempfile);;