aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2012-09-08 12:51:59 -0500
committerJ Pipkin <j@dawnrazor.net>2012-09-08 12:51:59 -0500
commitcbc9ba46946b54e1a6e3aa71e317079fe23153e8 (patch)
treea471e6af742e2bffd6e37186760d2c7e0e072c12
parent5c029fef2d700afbcc72cac03b6a8b956b2fcc80 (diff)
downloadsbotools2-cbc9ba46946b54e1a6e3aa71e317079fe23153e8.tar.xz
removed bundling from sbocheck since it doesn't make sense there
-rwxr-xr-xsbocheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbocheck b/sbocheck
index 80ee3ff..d4607a8 100755
--- a/sbocheck
+++ b/sbocheck
@@ -13,7 +13,7 @@ use 5.12.3;
use strict;
use warnings FATAL => 'all';
use SBO::Lib;
-use Getopt::Long qw(:config bundling);
+use Getopt::Long qw(:config);
use Text::Tabulate;
my $vers;