File: control

package info (click to toggle)
libdbix-oo-perl 0.0.9-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 308 kB
  • sloc: perl: 1,271; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,192 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
Source: libdbix-oo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-data-inheritable-perl,
                     libdbi-perl,
                     libsql-abstract-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-oo-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-oo-perl.git
Homepage: https://metacpan.org/release/DBIx-OO

Package: libdbix-oo-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-data-inheritable-perl,
         libdbi-perl,
         libsql-abstract-perl,
         perl
Description: database to Perl objects abstraction layer
 DBIx::OO has been inspired by the wonderful Class::DBI.  It is a
 database-to-Perl-Objects abstraction layer, allowing you to interact
 with a database using common Perl syntax.