Disable smartmatch warnings
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:16:42 +0000 (00:16 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:16:42 +0000 (00:16 +0300)
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.009991 seconds and 4 git commands to generate.