File: README

package info (click to toggle)
libclass-dbi-plugin-pager-perl 0.566-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 17
  • sloc: perl: 381; makefile: 2
file content (30 lines) | stat: -rwxr-xr-x 775 bytes parent folder | download | duplicates (4)
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
Class-DBI-Plugin-Pager

Adds a pager method to your class that can query using SQL::Abstract
where clauses, and limit the number of rows returned to a specific subset.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

DEPENDENCIES

L<SQL::Abstract|SQL::Abstract>,
L<Data::Page|Data::Page>,
L<Class::DBI::Plugin::AbstractCount|Class::DBI::Plugin::AbstractCount>,
L<Class::Accessor|Class::Accessor>,
L<Class::Data::Inheritable|Class::Data::Inheritable>,
L<Carp|Carp>.

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Copyright (C) 2004-2012 David R. Baird
Copyright (C) 2012 Nikolay S. C<majestic@cpan.org>