From b716cac634dd82dc60658897c6ab50c4551e83a6 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 00:16:42 +0300 Subject: [PATCH] Disable smartmatch warnings --- lib/Mafia.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Mafia.pm b/lib/Mafia.pm index d2871f8..583503e 100644 --- a/lib/Mafia.pm +++ b/lib/Mafia.pm @@ -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; -- 2.30.2