File: control

package info (click to toggle)
libclass-dbi-pager-perl 0.08-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 76 kB
  • sloc: perl: 52; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,373 bytes parent folder | download
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
32
33
34
35
36
37
Source: libclass-dbi-pager-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libclass-dbi-perl,
                     libdata-page-perl,
                     libexporter-lite-perl,
                     libclass-dbi-sqlite-perl,
                     libdbd-sqlite3-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-dbi-pager-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-dbi-pager-perl.git
Homepage: https://metacpan.org/release/Class-DBI-Pager

Package: libclass-dbi-pager-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-dbi-perl,
         libdata-page-perl,
         libexporter-lite-perl
Description: pager utility for Class::DBI
 Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page
 with Class::DBI. This module reduces your work a lot, for example
 when you have to do something like:
 .
  * retrieve objects from a database
  * display objects with 20 items per page
 .
 In addition, your work will be reduced more, when you use
 Template-Toolkit as your templating engine.