On Mon Jul 09 15:34:47 2007, METZZO wrote:
Show quoted text> Line 95 should say:
>
> else { $res = RPC::XML::fault->new( -4, "Unknown method" ) }
>
> You forgot the '$res =' bit - caused me some pain FWIW
> thanks for the great module!
> Mark
It appears that this module is DEPRECATED and should generally be
avoided. At a quick glance, Catalyst::Plugin::Server::XMLRPC looks like
one possible alternative, but don't take my word for it.