Skip Menu |

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

Report information
The Basics
Id: 100557
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: nicholas.phillips [...] gmail.com
Cc:
AdminCc:

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



Subject: Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001
Date: Wed, 26 Nov 2014 15:16:28 +1100
To: bug-SOAP-Lite [...] rt.cpan.org
From: Nicholas Phillips <nicholas.phillips [...] gmail.com>
In the BEGIN block for SOAP::Lite::Deserializer::XMLSchema2001 the method dateTime is listed twice. This is normally not a problem but if the debugger is run with both -d and -w options a warning about a redefined sub will appear and compilation will fail during runtime. The request/response will look fine in trace mode but the response will fail to deserialize.
Subject: Re: [rt.cpan.org #100557] Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001
Date: Wed, 26 Nov 2014 22:58:20 -0800
To: bug-SOAP-Lite [...] rt.cpan.org
From: Fred Moyer <fred [...] redhotpenguin.com>
Can you provide a patch? On Tue, Nov 25, 2014 at 8:16 PM, Nicholas Phillips via RT <bug-SOAP-Lite@rt.cpan.org> wrote: Show quoted text
> Tue Nov 25 23:16:37 2014: Request 100557 was acted upon. > Transaction: Ticket created by nicholas.phillips@gmail.com > Queue: SOAP-Lite > Subject: Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: nicholas.phillips@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=100557 > > > > In the BEGIN block for SOAP::Lite::Deserializer::XMLSchema2001 the method > dateTime is listed twice. > > This is normally not a problem but if the debugger is run with both -d and > -w options a warning about a redefined sub will appear and compilation will > fail during runtime. The request/response will look fine in trace mode but > the response will fail to deserialize. >
Resolved in 1.12, thanks!