X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=blobdiff_plain;f=scripts%2Fsms.pl;h=dd60bda5852cbd58122c6d12ab17f452ce267bd1;hp=4b063de87fdb69c9b831d68cd1bc013ec261fa2a;hb=8cec1e2e69f43fb00a91318294aca179fd507b8f;hpb=ee2c6e4a0731d1191ab3b56b12b2eff5a6131bc4 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;