Skip Menu |

This queue is for tickets about the HTML-Tree CPAN distribution.

Report information
The Basics
Id: 123586
Status: new
Priority: 0/
Queue: HTML-Tree

People
Owner: Nobody in particular
Requestors: fsfs [...] debian.org
Cc:
AdminCc:

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



Subject: [PATCH] Fix POD typos found by lintian spell-checker
Date: Fri, 10 Nov 2017 15:12:07 +0100
To: bug-html-tree [...] rt.cpan.org
From: Florian Schlichting <fsfs [...] debian.org>
In Debian we are currently applying the following patch to HTML-Tree. We thought you might be interested in it too. Description: Fix POD typos found by lintian spell-checker Author: Florian Schlichting <fsfs@debian.org> The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-tree-perl.git/plain/debian/patches/spelling.patch Thanks for considering, Florian Schlichting, Debian Perl Group

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

From: fsfs [...] debian.org
sorry, one more: --- a/lib/HTML/TreeBuilder.pm +++ b/lib/HTML/TreeBuilder.pm @@ -2091,7 +2091,7 @@ TODO: document =head2 end -Either: Acccept an end-tag signal from HTML::Parser +Either: Accept an end-tag signal from HTML::Parser Or: Method for closing currently open elements in some fairly complex way, as used by other methods in this class.