Skip Menu |

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

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

People
Owner: rjray [...] blackperl.com
Requestors: mkanat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.73
Fixed in: 0.74



Subject: Passing XMLParser->parse() an empty string returns an XML::Parser::ExpatNB object
If I pass parse() an empty string, I'd expect an error, but instead I get an XML::Parser::ExpatNB object.
Fixed in github: http://github.com/rjray/rpc-xml/commit/61de588a81d12a5000bb0f6d64cdd1dcc471999c This will be in the next release. Note that this also revealed a problem in consistency with the return values from the two different parser implementations, which is also fixed in this change-set. Randy -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com
On Sat Jun 19 04:26:51 2010, RJRAY wrote: Show quoted text
> Fixed in github: > http://github.com/rjray/rpc- > xml/commit/61de588a81d12a5000bb0f6d64cdd1dcc471999c
Awesome, thanks! :-) In case you're wondering why I suddenly reported and responded on so many bugs, it's because I just wrote a new module called RPC::Any (it's on the CPAN now) that uses RPC::XML::Parser as its backend for XML-RPC. :-)