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/Util.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ASM/Util.pm') diff --git a/lib/ASM/Util.pm b/lib/ASM/Util.pm index c23fbf6..ed630ed 100644 --- a/lib/ASM/Util.pm +++ b/lib/ASM/Util.pm @@ -7,6 +7,7 @@ use strict; use Term::ANSIColor qw (:constants); use Socket qw( inet_aton inet_ntoa ); use Data::Dumper; +no if $] >= 5.017011, warnings => 'experimental::smartmatch'; %::RISKS = ( -- cgit v1.2.3