File: control

package info (click to toggle)
libsql-statement-perl 1.410-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 848 kB
  • ctags: 568
  • sloc: perl: 10,387; makefile: 14
file content (48 lines) | stat: -rw-r--r-- 2,091 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
38
39
40
41
42
43
44
45
46
47
48
Source: libsql-statement-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ryan Niebur <ryan@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Nathan Handler <nhandler@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclone-perl,
                     libdbi-perl,
                     libmath-base-convert-perl,
                     libmodule-runtime-perl,
                     libparams-util-perl,
                     libtest-deep-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtext-soundex-perl | perl (<< 5.17.0),
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsql-statement-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsql-statement-perl.git
Homepage: https://metacpan.org/release/SQL-Statement

Package: libsql-statement-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-perl,
         libmodule-runtime-perl,
         libparams-util-perl
Recommends: libdbi-perl,
            libmath-base-convert-perl,
            libtext-soundex-perl | perl (<< 5.17.0)
Breaks: libdbd-anydata-perl (<< 0.10),
        libdbd-csv-perl (<< 0.3000),
        libdbi-perl (<< 1.612)
Description: module for parsing and processing SQL statements
 SQL::Statement is a Perl module that implements a small, abstract SQL engine.
 This module is not useful itself, but as a base class for deriving concrete
 SQL engines. The implementation is designed to work fine with the DBI driver
 DBD::CSV, thus probably not so well suited for a larger environment, but I'd
 hope it is extendable without too much problems.