summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-27 00:52:38 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-27 00:52:38 +0200
commit0dd0b2bbfe5cc9dbb1abe367c0230920afc08fba (patch)
tree83feda2e3bec1a31471a4ccea098af62a85e4cd6 /bin
parent66916910efc3f8ba2d6edbe3d31243c3ccea92bb (diff)
Enable option bundling
Diffstat (limited to 'bin')
-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);