Open
Description
Hello,
I'm maintaining an XML::RPC server application running on RPC::XML version 0.73.
I try to update to 0.82 but my function names are no longer accepted by RPC::XML.
The error message is: RPC::XML::request::new: Invalid method name specified
My function names have all a prefix containing a "-" sign and the dash causes the error.
$cli->send_request('de.bw-fe.aht.login',$mn,$user)
Please add the dash again to the allowed characters in function names.