diff options
| author | 2016-01-12 17:01:28 -0700 | |
|---|---|---|
| committer | 2016-01-12 17:01:28 -0700 | |
| commit | 697d7687bec82a49904e999d14ebed2089d826fc (patch) | |
| tree | a31403db698a5133531c7f1cd8b6bb5596f65e6e /lib/ASM/Util.pm | |
| parent | d3f02e4c993a08826236af7e921891697d424b84 (diff) | |
Really disable smartmatch warning
Diffstat (limited to 'lib/ASM/Util.pm')
| -rw-r--r-- | lib/ASM/Util.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASM/Util.pm b/lib/ASM/Util.pm index c23fbf6..ed630ed 100644 --- a/lib/ASM/Util.pm +++ b/lib/ASM/Util.pm @@ -7,6 +7,7 @@ use strict; use Term::ANSIColor qw (:constants); use Socket qw( inet_aton inet_ntoa ); use Data::Dumper; +no if $] >= 5.017011, warnings => 'experimental::smartmatch'; %::RISKS = ( |
