File: control

package info (click to toggle)
libdbix-multistatementdo-perl 1.00009-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: perl: 717; sh: 32; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,471 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
Source: libdbix-multistatementdo-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libdbd-sqlite3-perl <!nocheck>,
 libdbi-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libsql-splitstatement-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-multistatementdo-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-multistatementdo-perl
Homepage: https://metacpan.org/release/DBIx-MultiStatementDo
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libdbix-multistatementdo-perl
Architecture: all
Depends:
 libmoose-perl,
 libsql-splitstatement-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: multiple SQL statements in a single do() call with any DBI driver
 Some DBI drivers don't support the execution
 of multiple statements in a single do() call.
 DBIx::MultiStatementDo tries to overcome such limitation,
 letting you execute any number of SQL statements
 (of any kind, not only DDL statements)
 in a single batch, with any DBI driver.
 .
 The DBI is a database access module
 for the Perl programming language.
 It defines a set of methods, variables, and conventions
 that provide a consistent database interface,
 independent of the actual database being used.