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
|
Source: libdbix-class-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.0-7), libdbi-perl, libdbd-sqlite3-perl, libclass-c3-perl (>= 0.11), libdbix-contextualfetch-perl, libdata-page-perl, libclass-trigger-perl, libuniversal-exports-perl, libmodule-build-perl, libsql-abstract-perl, libtie-ixhash-perl, libsql-abstract-limit-perl, libossp-uuid-perl, libclass-data-accessor-perl, libtest-pod-perl, libtest-pod-coverage-perl, libcarp-clan-perl, libclass-inspector-perl, libdatetime-perl, libmodule-find-perl, libsql-translator-perl
Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Florian Ragwitz <rafl@debianforum.de>
Standards-Version: 3.7.2.1
Package: libdbix-class-perl
Architecture: all
Suggests: libdbd-sqlite3-perl
Depends: ${perl:Depends}, libclass-c3-perl (>= 0.11), libdbix-contextualfetch-perl, libuniversal-exports-perl, libdata-page-perl, libclass-trigger-perl, libsql-abstract-perl, libtie-ixhash-perl, libdbi-perl, libsql-abstract-limit-perl, libossp-uuid-perl, libclass-data-accessor-perl, libcarp-clan-perl, libclass-inspector-perl, libmodule-find-perl
Recommends: libdatetime-format-mysql-perl, libdatetime-format-db2-perl, libdatetime-format-pg-perl
Description: Extensible and flexible object <-> relational mapper
DBIx::Class is a sql to oop mapper, inspired by the Class::DBI framework, and
meant to support compatibility with it, while restructuring the insides, and
making it possible to support some new features like self-joins, distinct,
group bys and more.
.
This project is still at an early stage, so the maintainers don't make any
absolute promise that full backwards-compatibility will be supported; however,
if we can without compromising the improvements we're trying to make, we will,
and any non-compatible changes will merit a full justification on the mailing
list and a CPAN developer release for people to test against.
|