Skip Menu |

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

Report information
The Basics
Id: 13994
Status: new
Priority: 0/
Queue: XML-Beautify

People
Owner: Nobody in particular
Requestors: ermeyers [...] adelphia.net
Cc:
AdminCc:

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



Subject: $last_handle not defined in sub _start (causes warning)
Change line: 396 $ref_self->append_str("\n") if($last_handle eq '_start'); to: 396 $ref_self->append_str("\n") if(defined($last_handle) && ($last_handle eq '_start'));