[Perl-workflow-devel] Issues with XML::Simple (test report)
Brought to you by:
jonasbn
From: Jonas B. N. <jo...@gm...> - 2012-11-08 11:52:29
|
Hello, As you can see from the test reports, we are sometimes bitten by an issue with XML::Simple not having access to a parser engine. An example: http://www.cpantesters.org/cpan/report/45291738-d21b-11df-ba85-dfa02e3c0eaa As for installing an XML parser, we could use the Module::Build "recommends" section, ref: https://metacpan.org/module/Module::Build::Authoring Does anybody have any opinions on this approach? The code could look at follows: recommends => { 'XML::SAX' => '0', 'XML::Parser' => '0', }, If people have an opinion on the choice of XML parser, I am all ears. jonasbn -- pauseid: JONASBN email: jo...@cp... twitter: jonasbn blog: http://logicLAB.org/ |