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
|
Source: libkiokux-model-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libkiokudb-perl,
libmoosex-strictconstructor-perl,
libtest-use-ok-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libkiokux-model-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libkiokux-model-perl.git
Homepage: http://kiokudb.github.io/
Package: libkiokux-model-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: simple application specific wrapper for KiokuDB
KiokuX::Model is a base class making it easy to create KiokuDB database
instances in your application. It provides a standard way to
instantiate and use a KiokuDB object in your apps.
.
As your app grows you can subclass it and provide additional
convenience methods, without changing the structure of the code, but
simply swapping your subclass for KiokuX::Model in e.g.
Catalyst::Model::KiokuDB or whatever you use to glue it in.
|