All: swap step9,A. Fixes for bash, C, perl.
[jackhill/mal.git] / perl / interop.pm
index 44657ec..ffa379f 100644 (file)
@@ -1,6 +1,7 @@
 package interop;
 use strict;
 use warnings FATAL => qw(all);
+no if $] >= 5.018, warnings => "experimental::smartmatch";
 use feature qw(switch);
 use Exporter 'import';
 our @EXPORT_OK = qw( pl_to_mal );