From: Michael Andreen Date: Sun, 27 Mar 2016 11:28:54 +0000 (+0200) Subject: Suppress experimental warning for smartmatch X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=8cec1e2e69f43fb00a91318294aca179fd507b8f Suppress experimental warning for smartmatch --- 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;