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.