Skip Menu |

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

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

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

Bug Information
Severity: Important
Broken in: 0.69
Fixed in: 0.70



Subject: Fails to handle a runtime error
If a method dies, the daemon dies too with this error: Not a CODE reference at blib/lib/RPC/XML/Procedure.pm (autosplit into blib/lib/auto/RPC/XML/Procedure/call.al) line 1069. See around line 1069: return (blessed $@ and $@->isa('RPC::XML::fault')) ? $@ : $srv->server_fault->( execerror => "Method $name returned error: $@"); That "server_fault->(" should be changed to "server_fault(" in order to work properly.
Ummm... Oops? Fixed in the Git repo, and since I have a pressing backwards-compatibility issue currently, there will be a new release very soon, which will include this fix. -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com
-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com