Skip Menu |

This queue is for tickets about the RPC-XML CPAN distribution.

Report information
The Basics
Id: 65154
Status: resolved
Priority: 0/
Queue: RPC-XML

People
Owner: rjray [...] blackperl.com
Requestors: Vagabond_king [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.75



Subject: RPC-XML-0.74 - Error message incorrect
Date: Wed, 26 Jan 2011 07:59:26 -0800 (PST)
To: bug-RPC-XML [...] rt.cpan.org
From: "Matthew J. Salerno" <vagabond_king [...] yahoo.com>
RPC-XML-0.74 RPC::XML::Parser::XMLLibXML Looks like a minor copy and paste issue Trying to get a SAX based LibXML sub in place. I'm gong through the dom_response and I noticed that line 348 reads: $children[0]->nodeName . '", expected "param"'; It should read: $children[0]->nodeName . '", expected "value"'; Full block: elsif ($children[0]->nodeName ne 'value') { return qq($me: Invalid content within params: Unknown tag ") . $children[0]->nodeName . '", expected "param"'; } Matthew J. Salerno