• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Class/DBI/Plugin/H16-Sep-2012-724200

t/H16-Sep-2012-343187

Build.PLH A D16-Sep-20121 KiB3128

ChangesH A D16-Sep-20122.3 KiB6348

MANIFESTH A D16-Sep-2012375 2019

META.jsonH A D16-Sep-20121.8 KiB6867

META.ymlH A D16-Sep-20121.2 KiB4645

Makefile.PLH A D16-Sep-2012757 2422

READMEH A D16-Sep-2012775 3021

README

1Class-DBI-Plugin-Pager
2
3Adds a pager method to your class that can query using SQL::Abstract
4where clauses, and limit the number of rows returned to a specific subset.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Build.PL
11    ./Build
12    ./Build test
13    ./Build install
14
15DEPENDENCIES
16
17L<SQL::Abstract|SQL::Abstract>,
18L<Data::Page|Data::Page>,
19L<Class::DBI::Plugin::AbstractCount|Class::DBI::Plugin::AbstractCount>,
20L<Class::Accessor|Class::Accessor>,
21L<Class::Data::Inheritable|Class::Data::Inheritable>,
22L<Carp|Carp>.
23
24COPYRIGHT AND LICENCE
25
26This library is free software; you can redistribute it and/or modify it
27under the same terms as Perl itself.
28
29Copyright (C) 2004-2012 David R. Baird
30Copyright (C) 2012 Nikolay S. C<majestic@cpan.org>