Skip Menu |

This queue is for tickets about the Data-Page CPAN distribution.

Report information
The Basics
Id: 42809
Status: resolved
Priority: 0/
Queue: Data-Page

People
Owner: Nobody in particular
Requestors: metaperl [...] gmail.com
Cc:
AdminCc:

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



Subject: doc bug on $page->skipped
Re: http://search.cpan.org/dist/Data-Page/lib/Data/Page.pm#skipped we see: $sth = $dbh->prepare( q{SELECT * FROM table ORDER BY rec_date LIMIT ?, ?} ); $sth->execute($date, $page->skipped, $page->entries_per_page); but there are 2 placeholders and 3 bind values... $date should be removed from the list of arguments.
Thanks for the patch! This will be in the next version of Data-Page. Leon