File: Changes

package info (click to toggle)
libdata-paginator-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 335; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Revision history for Data-Paginator

0.08 Oct 31 2014

0.07 Oct 27 2014

0.06 Oct 27 2014

0.05 Nov 22 2011
  * Convert to Dist::Zilla
  * Fix bug that threw exceptions on empty pagination.

0.05
  * Fix POD typo

0.04
  * Document pages_per_set attribute.

0.03
  * Fix problem that prevented subclassing Data::Paginator
  * Prevent division by zero when calling set_for with no pages_per_set set

0.02    November 25th, 2009
  * Make current_page more lenient, adjusting invalid values to valid ones.
  * Add lots of methods
  * Add Pageset functionality


0.01    November 25th, 2009
        First version, released on an unsuspecting world.