Skip Menu |

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

Report information
The Basics
Id: 128836
Status: new
Priority: 0/
Queue: HTML-TableExtract

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

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



Subject: Error in synopsis
In the last example in the SYNOPSIS is this line: my $te = HTML::TableExtract->new( headers => qw(Fee Fie Foe Fum) ); which I'm assuming should be an arrayref instead: my $te = HTML::TableExtract->new( headers => [qw(Fee Fie Foe Fum)] );