diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-27 00:52:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-27 00:52:38 +0200 |
commit | 0dd0b2bbfe5cc9dbb1abe367c0230920afc08fba (patch) | |
tree | 83feda2e3bec1a31471a4ccea098af62a85e4cd6 | |
parent | 66916910efc3f8ba2d6edbe3d31243c3ccea92bb (diff) |
Enable option bundling
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |