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