in reply to Re: XML::Simple Install hosed
in thread XML::Simple Install hosed
Two solutions so far...
Patch the code in XML::Simple that tests for the presence of a Parser.. forcing TRUE makes it work
or, setting the package var, as doucmented
$XML::Simple::PREFERRED_PARSER = 'XML::Parser';
-Brian