Skip Menu |

This queue is for tickets about the xmlrpc-pureperl CPAN distribution.

Report information
The Basics
Id: 78298
Status: patched
Priority: 0/
Queue: xmlrpc-pureperl

People
Owner: Nobody in particular
Requestors: frank.rothhaupt [...] consol.de
Cc:
AdminCc:

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



Subject: new XMLRPC::PurePerl::Fault(... does not work
Date: Tue, 10 Jul 2012 19:37:21 +0200
To: bug-xmlrpc-pureperl [...] rt.cpan.org
From: Frank Rothhaupt <frank.rothhaupt [...] consol.de>
Hi, I got following Problem getting a fault anser to a call I will get an error: 'Undefined subroutine &XMLRPC::PurePerl::Fault called at /usr/local/share/perl/5.10.1/XMLRPC/PurePerl.pm line 333.' follwing patch helped 333c333 < return new XMLRPC::PurePerl::Fault( &decode_variable( \@tokens ) ); --- Show quoted text
> return XMLRPC::PurePerl::Fault->new( &decode_variable( \@tokens ) );
please see in perldoc perlobj -> Indirect Object Syntax my system: ubuntu 10.04 perl v5.10.1 (*) built for x86_64-linux-gnu-thread-multi Ciao, Frank
Fixed. Sorry for the delay. On Tue Jul 10 13:37:33 2012, boller wrote: Show quoted text
> Hi, > I got following Problem > getting a fault anser to a call I will get an error: > 'Undefined subroutine &XMLRPC::PurePerl::Fault called at > /usr/local/share/perl/5.10.1/XMLRPC/PurePerl.pm line 333.' > > follwing patch helped > > 333c333 > < return new XMLRPC::PurePerl::Fault( &decode_variable( \@tokens ) ); > ---
> > return XMLRPC::PurePerl::Fault->new( &decode_variable( \@tokens ) );
> > please see in perldoc perlobj -> Indirect Object Syntax > > > my system: > ubuntu 10.04 > perl v5.10.1 (*) built for x86_64-linux-gnu-thread-multi > > > Ciao, > > Frank