From 697d7687bec82a49904e999d14ebed2089d826fc Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Tue, 12 Jan 2016 17:01:28 -0700 Subject: Really disable smartmatch warning --- lib/ASM/Event.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ASM/Event.pm') diff --git a/lib/ASM/Event.pm b/lib/ASM/Event.pm index 525bd9d..7f7ff3c 100644 --- a/lib/ASM/Event.pm +++ b/lib/ASM/Event.pm @@ -9,6 +9,7 @@ use POSIX qw(strftime); use Regexp::Wildcards; use HTTP::Request; use Array::Utils qw(:all); +no if $] >= 5.017011, warnings => 'experimental::smartmatch'; sub new { -- cgit v1.2.3