Changed from XML::Parser to XML::SAX::ExpatXS

This commit is contained in:
fbsanchez 2019-07-04 13:24:31 +02:00
parent e0a1f1b8b9
commit 26464651c8
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ use Text::ParseWords;
# due a bug processing some XML with blank spaces.
# See http://www.perlmonks.org/?node_id=706838
$XML::Simple::PREFERRED_PARSER='XML::Parser';
$XML::Simple::PREFERRED_PARSER='XML::SAX::ExpatXS';
# Default lib dir for RPM and DEB packages
use lib '/usr/lib/perl5';