Disable smartmatch warnings
[mafia.git] / lib / Mafia.pm
index d2871f87e4b30d1ce66a3943d8cb10bd1a081f0d..583503ea8a1eab86096186212f85ee1fea4e2ab6 100644 (file)
@@ -3,6 +3,7 @@ package Mafia;
 use 5.014000;
 use strict;
 use warnings;
+no if $] > 5.017011, warnings => 'experimental::smartmatch';
 use parent qw/Exporter/;
 
 use constant;
This page took 0.00897 seconds and 4 git commands to generate.