Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jmetzmeier [...] magazines.com
Cc:
AdminCc:

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



Subject: Trees can not have more than 9 children
Date: Fri, 1 Mar 2013 11:13:47 -0600
To: <bug-SOAP-Lite [...] rt.cpan.org>
From: Jordan Metzmeier <jmetzmeier [...] magazines.com>
This is due to a regex check in the _traverse() sub in SOAP/Lite.pm. die "Incorrect parameter" unless $itself =~/^\d$/; $itself is incremented by _traverse_tree. Changing this regex to ^\d+$ fixes the issue. Regards, Jordan Metzmeier
Resolved in 0.716.