]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/sms.pl
Suppress experimental warning for smartmatch
[ndwebbie.git] / scripts / sms.pl
index aef5c7dc24be32fc081e0bd532cdcf705446569d..dd60bda5852cbd58122c6d12ab17f452ce267bd1 100755 (executable)
@@ -4,6 +4,10 @@ use strict;
 use warnings;
 use feature ':5.10';
 
+no if $] >= 5.018, warnings => "experimental::smartmatch";
+
+use local::lib;
+
 use Encode;
 
 use LWP::UserAgent;