From 8cec1e2e69f43fb00a91318294aca179fd507b8f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 27 Mar 2016 13:28:54 +0200 Subject: [PATCH] Suppress experimental warning for smartmatch --- scripts/sms.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/sms.pl b/scripts/sms.pl index 4b063de..dd60bda 100755 --- a/scripts/sms.pl +++ b/scripts/sms.pl @@ -4,6 +4,8 @@ use strict; use warnings; use feature ':5.10'; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + use local::lib; use Encode; -- 2.39.2