Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 118367
Status: new
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: daniel [...] trustnetworks.co.uk
Cc:
AdminCc:

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



Subject: Incorrect synopsis for SOAP::Trace
Date: Thu, 13 Oct 2016 15:47:11 +0100
To: "bug-SOAP-Lite [...] rt.cpan.org" <bug-SOAP-Lite [...] rt.cpan.org>
From: Daniel Beardsmore <daniel [...] trustnetworks.co.uk>
The synopsis for SOAP::Trace indicates that you can write: use SOAP::Lite +trace => signal => \&callback; This is incorrect on two counts: this invocation ignores the callback entirely, and all output is written to STDERR (not STDOUT, as documented). The examples however are correct, in that it must take this form: use SOAP::Lite +trace => [ signal => \&callback ];
Subject: RE: [rt.cpan.org #118367] Incorrect synopsis for SOAP::Trace
Date: Thu, 13 Oct 2016 15:54:32 +0100
To: "bug-SOAP-Lite [...] rt.cpan.org" <bug-SOAP-Lite [...] rt.cpan.org>
From: Daniel Beardsmore <daniel [...] trustnetworks.co.uk>
Also: SOAP::Lite 1.20 (freshly downloaded) Perl 5.20.2 in Debian 8 Linux.