File: control

package info (click to toggle)
libclass-dbi-pg-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 56 kB
  • ctags: 8
  • sloc: perl: 67; makefile: 41
file content (17 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libclass-dbi-pg-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13), libtest-simple-perl (>= 0.32) | perl (>= 5.8.0)
Standards-Version: 3.6.1.1

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.