Skip Menu |

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

Report information
The Basics
Id: 31319
Status: resolved
Priority: 0/
Queue: XML-Parser

People
Owner: Nobody in particular
Requestors: adrian [...] xemacs.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 2.40_01



Subject: Broken links in http://search.cpan.org/~msergeant/XML-Parser-2.35/Parser.pm
Date: Sun, 09 Dec 2007 21:13:33 +0100
To: Matt Sergeant <matt [...] sergeant.org>, bug-XML-Parser [...] rt.cpan.org
From: "Adrian Aichner" <adrian [...] xemacs.org>
Hi Matt! I found some broken fragment links in above online docs. Here's the full report:

Message body is not shown because sender requested not to inline it.

This is most likely generated from the embedded POD sources, so here is my attempt at fixing this. At any rate it should at least point out the problem well enough. Thanks for maintaining XML::Parser, Matt! Best Regards! Adrian diff -u c:\perl\site\lib\XML\Parser.pm.~1~ c:\perl\site\lib\XML\Parser.pm --- c:\perl\site\lib\XML\Parser.pm.~1~ 2007-12-09 21:08:14.062500000 +0100 +++ c:\perl\site\lib\XML\Parser.pm 2007-12-09 21:08:14.078125000 +0100 @@ -375,8 +375,8 @@ They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. -The behavior of the parser is controlled either by C<L</Style>> and/or -C<L</Handlers>> options, or by L</setHandlers> method. These all provide +The behavior of the parser is controlled either by C<L</STYLES>> and/or +C<L</HANDLERS>> options, or by L</setHandlers> method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither C<Style> nor C<Handlers> are specified, then parsing just checks the document for being well-formed. -- Adrian Aichner mailto:adrian@xemacs.org http://www.xemacs.org/
I'm working on a release. This is applied in github: https://github.com/toddr/XML-Parser