Source: libkiokux-model-perl Section: perl Priority: optional Build-Depends: debhelper-compat (= 13), libkiokudb-perl, libmoosex-strictconstructor-perl, Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libkiokux-model-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libkiokux-model-perl Homepage: https://kiokudb.github.io/ Testsuite: autopkgtest-pkg-perl Package: libkiokux-model-perl Architecture: all Depends: libkiokudb-perl, libmoosex-strictconstructor-perl, ${misc:Depends}, ${perl:Depends} 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.