File: control

package info (click to toggle)
libdbix-datasource-perl 0.02-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 169
  • sloc: makefile: 459; perl: 89
file content (19 lines) | stat: -rw-r--r-- 772 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
Source: libdbix-datasource-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Ivan Kohler <ivan-debian@420.am>
Standards-Version: 3.5.1

Package: libdbix-datasource-perl
Architecture: all
Depends: ${perl:Depends}, libdbi-perl
Suggests: libdbd-pg-perl|libdbd-mysql-perl
Description:  Database-independent create and drop functions
 This module implements create_database and drop_database functions for
 databases.  It aims to provide a common interface to database creation and
 deletion regardless of the actual database being used.
 .
 Currently supported databases are MySQL and PostgreSQL.  Assistance adding
 support for other databases is welcomed and relatively simple - see
 DBIx::DataSource::Driver.