File: control

package info (click to toggle)
libdbix-class-schema-loader-perl 0.07000-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 868 kB
  • ctags: 447
  • sloc: perl: 7,851; makefile: 4
file content (60 lines) | stat: -rw-r--r-- 2,376 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: libdbix-class-schema-loader-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl (>= 5.10.1),
 libclass-accessor-grouped-perl (>= 0.09002),
 libclass-c3-componentised-perl (>= 1.0005),
 libclass-c3-perl (>= 0.18),
 libclass-unload-perl,
 libdata-dump-perl,
 libdata-dumper-concise-perl,
 libdbd-sqlite3-perl,
 libdbix-class-perl (>= 0.08114),
 libfile-slurp-perl (>= 9999.13),
 liblingua-en-inflect-number-perl,
 liblingua-en-inflect-perl,
 liblingua-en-inflect-phrase-perl,
 liblist-moreutils-perl,
 libnamespace-autoclean-perl,
 libscope-guard-perl,
 libtest-exception-perl,
 libtest-pod-perl,
 libtest-simple-perl (>= 0.94),
 libuniversal-require-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-class-schema-loader-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-class-schema-loader-perl/

Package: libdbix-class-schema-loader-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
 libclass-accessor-grouped-perl (>= 0.09002),
 libclass-c3-componentised-perl (>= 1.0005),
 libclass-c3-perl (>= 0.18),
 libclass-unload-perl,
 libdata-dump-perl,
 libdata-dumper-concise-perl,
 libdbix-class-perl (>= 0.08114),
 libfile-slurp-perl (>= 9999.13),
 liblingua-en-inflect-number-perl,
 liblingua-en-inflect-perl,
 liblingua-en-inflect-phrase-perl,
 liblist-moreutils-perl,
 libnamespace-autoclean-perl,
 libscope-guard-perl,
 libuniversal-require-perl
Description: module to automate definition of a DBIx::Class::Schema
 DBIx::Class::Schema::Loader is an extension to DBIx::Class that automates the
 definition of a DBIx::Class::Schema by scanning table schemas and setting up
 columns and primary keys appropriately. It supports MySQL, PostgreSQL, SQLite
 and DB2.
 .
 Bare table definitions are fairly straightforward, but relationship creation
 is somewhat heuristic, especially with respect to choosing relationship types
 and names, as well as join types. The relationships generated by this module
 will probably never be as well-defined as hand-generated ones.