File: control

package info (click to toggle)
libdbix-class-schema-loader-perl 0.03009-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 252 kB
  • ctags: 102
  • sloc: perl: 1,636; makefile: 44
file content (31 lines) | stat: -rw-r--r-- 1,921 bytes parent folder | download
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
Source: libdbix-class-schema-loader-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.0-7), liblingua-en-inflect-perl, liblingua-en-inflect-number-perl, libdbix-class-perl, libuniversal-require-perl, libclass-accessor-perl, libclass-c3-perl, libclass-data-accessor-perl, libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl, libdata-dump-perl
Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Standards-Version: 3.7.2.1

Package: libdbix-class-schema-loader-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liblingua-en-inflect-perl, liblingua-en-inflect-number-perl, libdbix-class-perl, libuniversal-require-perl, libclass-accessor-perl, libclass-c3-perl, libclass-data-accessor-perl, libdata-dump-perl
Description: Dynamic definition of a DBIx::Class::Schema
 DBIx::Class::Schema::Loader automates the definition of a
 DBIx::Class::Schema by scanning table schemas and setting up
 columns and primary keys.
 .
 DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2.  See
 DBIx::Class::Schema::Loader::Generic for more, and
 DBIx::Class::Schema::Loader::Writing for notes on writing your own
 db-specific subclass for an unsupported db.
 .
 This module requires DBIx::Class 0.05 or later, and obsoletes
 DBIx::Class::Loader for DBIx::Class version 0.05 and later.
 .
 While on the whole, the bare table definitions are fairly straightforward,
 relationship creation is somewhat heuristic, especially in the choosing
 of relationship types, join types, and relationship names.  The relationships
 generated by this module will probably never be as well-defined as
 hand-generated ones.  Because of this, over time a complex project will
 probably wish to migrate off of DBIx::Class::Schema::Loader.