Skip Menu |

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

Report information
The Basics
Id: 40831
Status: resolved
Priority: 0/
Queue: XML-LibXML

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

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



Subject: XML::LibXML::SAX::Builder printing to STDOUT
XML::LibXML::SAX::Builder::start_document and XML::LibXML::SAX::Builder::end_document have two print statements looking like debug messages in this version. print "start_document called\n"; print "end_document called\n"; In a CGI/Web scenario this breaks whole apps since its likely that those print statements will garble the http response headers.
Thanks, Michael, this is embarrassing. This comes from a contributed patch that I look through but not that closely. I'll be releasing 1.69 very soon. Dahut!