Source: libcatalyst-model-dbic-schema-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcarp-clan-perl,
 libcatalyst-devel-perl (>= 1.0),
 libcatalyst-component-instancepercontext-perl,
 libcatalyst-perl (>= 5.80005),
 libcatalystx-component-traits-perl (>= 0.14),
 libdbd-sqlite3-perl,
 libdbix-class-cursor-cached-perl,
 libdbix-class-perl (>= 0.08114),
 libdbix-class-schema-loader-perl (>= 0.04005),
 libhash-merge-perl,
 liblist-moreutils-perl,
 libmodule-runtime-perl (>= 0.012),
 libmoose-perl (>= 1.12),
 libmoosex-markasmethods-perl (>= 0.13),
 libmoosex-nonmoose-perl (>= 0.16),
 libmoosex-types-loadableclass-perl (>= 0.009),
 libmoosex-types-perl,
 libnamespace-autoclean-perl (>= 0.09),
 libnamespace-clean-perl,
 libtest-exception-perl,
 libtest-requires-perl,
 libtie-ixhash-perl,
 libtry-tiny-perl,
 perl (>= 5.15.2)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-model-dbic-schema-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-model-dbic-schema-perl.git
Homepage: https://metacpan.org/release/Catalyst-Model-DBIC-Schema

Package: libcatalyst-model-dbic-schema-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcarp-clan-perl,
 libcatalyst-devel-perl (>= 1.0),
 libcatalyst-component-instancepercontext-perl,
 libcatalyst-perl (>= 5.80005),
 libcatalystx-component-traits-perl (>= 0.14),
 libdbix-class-cursor-cached-perl,
 libdbix-class-perl (>= 0.08114),
 libdbix-class-schema-loader-perl (>= 0.04005),
 libhash-merge-perl,
 liblist-moreutils-perl,
 libmodule-runtime-perl (>= 0.012),
 libmoose-perl (>= 1.12),
 libmoosex-markasmethods-perl (>= 0.13),
 libmoosex-nonmoose-perl (>= 0.16),
 libmoosex-types-loadableclass-perl (>= 0.009),
 libmoosex-types-perl,
 libnamespace-autoclean-perl (>= 0.09),
 libnamespace-clean-perl,
 libtie-ixhash-perl,
 libtry-tiny-perl
Replaces: libcatalyst-modules-perl (<< 47~)
Breaks: libcatalyst-modules-perl (<< 47~)
Description: DBIx::Class::Schema-based database model for Catalyst
 Catalyst::Model::DBIC::Schema is a Catalyst database model class for
 DBIx::Class::Schema-based Models. See the documentation for
 Catalyst::Helper::Model::DBIC::Schema for information on generating these
 Models via Helper scripts.
 .
 When a Catalyst app starts up, a thin Model layer is created as an interface
 to the DBIC Schema. It should be clearly noted that the model object returned
 by $c->model('FilmDB') is NOT itself a DBIC schema or resultset object, but
 merely a wrapper proving methods to access the underlying schema.
 .
 In addition to this model class, a shortcut class is generated for each
 source in the schema, allowing easy and direct access to a resultset of the
 corresponding type. These generated classes are even thinner than the model
 class, providing no public methods but simply hooking into Catalyst's model()
 accessor via the ACCEPT_CONTEXT mechanism.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.
