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.