Subject: | Undeclared dependency on XML::LibXML |
While test 21 is skipped without XML::LibXML test 40 is run and spits
out a lot of failing test diagnostics. After installing XML::LibXML all
tests pass.
t/21_xml_libxml.t .......... skipped: XML::LibXML not installed
[...]
t/40_server_xmllibxml.t .... 1/62
# Failed test '$srv<1> parser isa RPC::XML::Parser::XMLLibXML'
# at t/40_server_xmllibxml.t line 43.
# $srv<1> parser isn't defined
Can't call method "parse" on an undefined value at
blib/lib/RPC/XML/Server.pm (autosplit into
blib/lib/auto/RPC/XML/Server/process_request.al) line 1691.
HTH && Regards,