File: control

package info (click to toggle)
libpgobject-util-dbmethod-perl 1.00.003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: perl: 129; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,197 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
Source: libpgobject-util-dbmethod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpgobject-util-dbmethod-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpgobject-util-dbmethod-perl.git
Homepage: https://metacpan.org/release/PGObject-Util-DBMethod

Package: libpgobject-util-dbmethod-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: object mappings for the PGObject Framework
 PGObject::Util::DBMethod provides syntactic sugar which allows for declarative
 mapping of stored procedures to supported PGObject paradigms.  It is designed
 to work initially with PGObject::Simple, but will almost certainly be supported
 with PGObject::CompositeType when this is released.
 .
 Please see the POD/Man page for detailed information.