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.