Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 71797
Status: resolved
Priority: 0/
Queue: XML-LibXML-SAX-ChunkParser

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

Bug Information
Severity: Normal
Broken in: 0.00003
Fixed in: 0.00004



Subject: Synopsis should use ->parser instead of ->new ?
Hi there, Just a minor issue with the synopsis - 0.00003 suggests: XML::SAX::ParserFactory->new(Handler => $handler) but that'll instantiate a XML::SAX::ParserFactory object, so there's no parse_chunk method. This seems to work better: XML::SAX::ParserFactory->parser(Handler => $handler) Apart from that, I've found this to be a very useful module, many thanks! Tom