diff options
-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); |
index : icli | ||
Icinga Command Line Interface | derf |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/icli | 2 |
@@ -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); |