Skip Menu |

This queue is for tickets about the XML-Twig CPAN distribution.

Report information
The Basics
Id: 120720
Status: new
Priority: 0/
Queue: XML-Twig

People
Owner: Nobody in particular
Requestors: jschrod [...] acm.org
Cc:
AdminCc:

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



Subject: Syntax error in XML::Twig
Line 6860 of XML/Twig.pm: $next_elt= $elt->{parent} || last undef; "last undef" is not a valid Perl expression. Looking at the code, I assume that "undef" can just be ommitted; there is no label on the loop that shall be terminated.