File: control

package info (click to toggle)
libpgobject-simple-role-perl 2.000002-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • ctags: 13
  • sloc: perl: 159; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,721 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
Source: libpgobject-simple-role-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 (>= 10)
Build-Depends-Indep: libmoo-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libtest-exception-perl,
                     libpgobject-simple-perl (>= 3),
                     perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpgobject-simple-role-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpgobject-simple-role-perl.git
Homepage: http://metacpan.org/release/PGObject-Simple-Role

Package: libpgobject-simple-role-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoo-perl,
         libpgobject-simple-perl (>= 3)
Recommends: libpgobject-util-dbmethod-perl
Description: Moo/Moose mappers for minimalist PGObject framework
 PGObject::Simple::Role is a Moo/Moose mapper for minimalist PGObject framework
 (embodied in PGObject::Simple).  Basically it provides a way to easily map
 stored procedures using the conventions of PGObject::Simple for Moo/Moose
 environments, allowing you to use that functionality in those environments.
 The role itself makes no assumptions about database state, but provides hooks
 for classes to use to retrieve or create database handles for their use.
 .
 This module is suited to quick and easy integration of PostgreSQL stored
 procedures with Moo and Moose object models. It is quite powerful and it makes
 developing in such environments relatively easy.