Skip Menu |

This queue is for tickets about the Catalyst-Plugin-XMLRPC CPAN distribution.

Report information
The Basics
Id: 28067
Status: open
Priority: 0/
Queue: Catalyst-Plugin-XMLRPC

People
Owner: Nobody in particular
Requestors: mark [...] zzo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0
Fixed in: (no value)



Subject: typo in XMLRPC.pm
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
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.