Skip Menu |

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

Report information
The Basics
Id: 82224
Status: resolved
Priority: 0/
Queue: HTML-TableParser

People
Owner: djerius [...] cpan.org
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.38
Fixed in: 0.40



Subject: Spelling error in pod
Hi, there is a little error in POD : --- libhtml-tableparser-perl-0.38.orig/lib/HTML/TableParser.pm +++ libhtml-tableparser-perl-0.38/lib/HTML/TableParser.pm @@ -628,7 +628,7 @@ i.e., $p = HTML::TableParser->new( \@reqs, { Chomp => 1 } ); -will set B<Chomp> on for all of the table requests, unless overriden +will set B<Chomp> on for all of the table requests, unless overridden by them. The data cleanup operations are documented above; C<MultiMatch> is documented in L</Table Requests>.
This is fixed in the latest version. Thanks for your bug report!