File: control

package info (click to toggle)
libpgobject-util-dbmethod-perl 1.00.002-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • ctags: 4
  • sloc: perl: 129; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,119 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: libpgobject-util-dbmethod-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpgobject-util-dbmethod-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpgobject-util-dbmethod-perl.git
Homepage: https://metacpan.org/release/PGObject-Util-DBMethod
Testsuite: autopkgtest-pkg-perl

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.