diff options
Diffstat (limited to 'lib/ASM/XML.pm')
| -rw-r--r-- | lib/ASM/XML.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASM/XML.pm b/lib/ASM/XML.pm index 092e570..15ec811 100644 --- a/lib/ASM/XML.pm +++ b/lib/ASM/XML.pm @@ -5,6 +5,7 @@ use strict; use XML::Simple qw(:strict); use IO::All; +no if $] >= 5.017011, warnings => 'experimental::smartmatch'; $::xs1 = XML::Simple->new( KeyAttr => ['id'], Cache => [ qw/memcopy/ ]); |
