File: control

package info (click to toggle)
libclass-dbi-plugin-type-perl 0.02-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 104 kB
  • sloc: perl: 33; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,067 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
Source: libclass-dbi-plugin-type-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-dbi-perl <!nocheck>,
                     libdbd-sqlite3-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-plugin-type-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-plugin-type-perl.git
Homepage: https://metacpan.org/release/Class-DBI-Plugin-Type
Rules-Requires-Root: no

Package: libclass-dbi-plugin-type-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-dbi-perl
Description: Class::DBI plugin to determine type information for table columns
 The Class::DBI::Plugin::Type module allows Class::DBI-based classes to
 query their columns for data type information in a database-independent
 manner.