summaryrefslogtreecommitdiffstats
path: root/lib/ASM/Inspect.pm
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-12 17:01:28 -0700
committerLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-12 17:01:28 -0700
commit697d7687bec82a49904e999d14ebed2089d826fc (patch)
treea31403db698a5133531c7f1cd8b6bb5596f65e6e /lib/ASM/Inspect.pm
parentd3f02e4c993a08826236af7e921891697d424b84 (diff)
Really disable smartmatch warning
Diffstat (limited to 'lib/ASM/Inspect.pm')
-rw-r--r--lib/ASM/Inspect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASM/Inspect.pm b/lib/ASM/Inspect.pm
index 7f4aa7f..5d8b8e3 100644
--- a/lib/ASM/Inspect.pm
+++ b/lib/ASM/Inspect.pm
@@ -5,6 +5,7 @@ use strict;
use Data::Dumper;
use String::Interpolate qw(interpolate);
+no if $] >= 5.017011, warnings => 'experimental::smartmatch';
%::ignored = ();
sub new