summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/icli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/icli b/bin/icli
index 12c7c16..8935ba7 100755
--- a/bin/icli
+++ b/bin/icli
@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010;
-use Getopt::Long;
+use Getopt::Long qw/:config bundling/;
use Term::ANSIColor;
my ($data, $cache, $extra);