summaryrefslogtreecommitdiff
path: root/bin/icli
diff options
context:
space:
mode:
Diffstat (limited to 'bin/icli')
-rwxr-xr-xbin/icli2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/icli b/bin/icli
index 62fc194..f310e60 100755
--- a/bin/icli
+++ b/bin/icli
@@ -7,6 +7,8 @@ use strict;
use warnings;
use 5.010;
+no if $] >= 5.018, warnings => "experimental::smartmatch";
+
use Carp qw(croak);
use Date::Format;
use Getopt::Long qw/:config bundling/;