File: control

package info (click to toggle)
libclass-dbi-sweet-perl 0.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: perl: 1,067; sh: 52; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,633 bytes parent folder | download | duplicates (2)
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
38
39
40
Source: libclass-dbi-sweet-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libcache-cache-perl,
                     libclass-dbi-perl,
                     libdata-page-perl,
                     libdate-simple-perl,
                     libdbd-pg-perl,
                     libdbd-sqlite3-perl,
                     libdbi-perl,
                     libossp-uuid-perl,
                     libsql-abstract-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtime-piece-mysql-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-dbi-sweet-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-dbi-sweet-perl.git
Homepage: https://metacpan.org/release/Class-DBI-Sweet

Package: libclass-dbi-sweet-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-dbi-perl,
         libdata-page-perl,
         libdbd-sqlite3-perl,
         libdbi-perl,
         libsql-abstract-perl
Description: Perl module providing a sweeter Class::DBI
 Class::DBI::Sweet provides convenient count, search, page and cache functions
 in a simple package. It integrates these functions with the usual Class::DBI
 (libclass-dbi-perl) interface in a convenient and efficient way.