From bb2303a4a100a0e48d7e1c81c91ad1776ab6815e Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 21 Jan 2016 10:19:32 -0600 Subject: [PATCH] add note to docs about page being 1-based --- lib/DBIx/Class/ResultSet.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index e8b710c51..c63db7cde 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2550,6 +2550,8 @@ Returns a resultset for the $page_number page of the resultset on which page is called, where each page contains a number of rows equal to the 'rows' attribute set on the resultset (10 by default). +$page_number starts at C<1> for the first page of data. + =cut sub page {