Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: bill+bitcard [...] blunn.org
Cc:
AdminCc:

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



Subject: lib/XML/LibXML/Parser.pod: inconsistent indentation
In lib/XML/LibXML/Parser.pod, The documentation for the ten methods running from "parse_balanced_chunk" to "parse_html_string" appear to be indented more than the documentation for the preceding two methods. This appears to be the result of a spurious "=over 4" at line 201. See attached patch.
Subject: Parser.pod.patch
--- Parser.orig.pod 2010-03-25 11:22:07.433415300 +0000 +++ Parser.pod 2010-03-25 11:30:59.527415300 +0000 @@ -198,7 +198,6 @@ wrap such fragments in the code, because XML::LibXML is capable even to parse well balanced XML fragments. -=over 4 =item parse_balanced_chunk
From: bill+bitcard [...] blunn.org
This issue does not exist in XML-LibXML-1.69_2. It appears this issue first occurs in XML-LibXML-1.70.
On Thu Mar 25 07:35:10 2010, hochgurgler wrote: Show quoted text
> In lib/XML/LibXML/Parser.pod, > > The documentation for the ten methods running from > "parse_balanced_chunk" to "parse_html_string" appear to be indented more > than the documentation for the preceding two methods. > > This appears to be the result of a spurious "=over 4" at line 201. > > See attached patch.
Hi, thanks for the report, but right now it seems that there are only matching =over 4 and =back - s there: grep -P '^=(over|back)' lib/XML/LibXML/Parser.pod BTW, you should not patch lib/XML/LibXML/Parser.pod directly, but rather its original documentation at docs/libxml.dbk . In any case, I added a t/pod.t file to test for POD correctness. Regards, -- Shlomi Fish