File: control

package info (click to toggle)
libclass-dbi-pg-perl 0.09-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 76 kB
  • ctags: 3
  • sloc: perl: 98; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libclass-dbi-pg-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@knars.be>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0), libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13), libtest-pod-coverage-perl, libtest-pod-perl
Standards-Version: 3.7.2

Package: libclass-dbi-pg-perl
Architecture: all
Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13)
Description: Class::DBI extension for Postgres
 Class::DBI::Pg automates the setup of Class::DBI columns and primary
 keys for PostgreSQL.
 .
 It selects the PostgreSQL system catalog and finds out all columns,
 primary keys and SERIAL type columns.
 .
  Homepage: http://search.cpan.org/~dmaki/Class-DBI-Pg/