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
|
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 (= 13)
Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
perl
Standards-Version: 4.6.0
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
Rules-Requires-Root: no
Package: libpgobject-util-dbmethod-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libscalar-list-utils-perl
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.
|