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.