Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: SWONG [...] cpan.org
Cc:
AdminCc:

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



Subject: Warnings - Use of uninitialized value $ns in Lite.pm line 3396
Line 3396 my ($ns,$prefix) = SOAP::Utils::splitqname($key); $self->{'_stub'} .= ' $self->serializer->register_ns("'.$namespaces->{$key}.'","'.$prefix.'");'."\n" if ($ns eq "xmlns"); $ns could be undef, and the comparison line should check $ns for defined.
Fixed in 1.06 which will hit CPAN next Sunday.