summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.pl b/meta.pl
index 6a9f934..3be2c9d 100755
--- a/meta.pl
+++ b/meta.pl
@@ -2,6 +2,7 @@
use strict;
use warnings;
+no if $] >= 5.017011, warnings => 'experimental::smartmatch';
use FindBin;
use lib "$FindBin::Bin/lib";;