Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: PETEK [...] cpan.org (weekly)
Cc:
AdminCc:

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



Subject: Assignment of shift to list
At Soap/Lite.pm, part of SOAP::Data, line 578 of 0.712, this assignment appears: 578 my ($name, $uri, $prefix) = shift; This is Deep Magic, since $uri and $prefix are being declared but not assigned to, and this looks like a bug. Please change to two lines: one accepting the assignment to $name, and the other declaring $uri and $prefix.
Fixed in svn in #379. Thanks for reporting, Martin
fixed in >= 0.713