libkiokux-model-perl 0.02-1 source package in Ubuntu

Changelog

libkiokux-model-perl (0.02-1) unstable; urgency=low


  * Initial packaging release.
    Closes: bug#706823.

 -- Jonas Smedegaard <email address hidden>  Sun, 05 May 2013 13:02:08 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc
Bionic release universe misc
Xenial release universe misc
Trusty release universe misc

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libkiokux-model-perl_0.02-1.dsc 2.1 KiB 2fa450eda6c7b28de0f51e2e4e06c0d0f23166bc2350db5cfdf3ddde7c05d54f
libkiokux-model-perl_0.02.orig.tar.gz 3.5 KiB e0b3dc59811639395ddd1b7da97afc1faecfc473d59e850ccae07a35f92ce860
libkiokux-model-perl_0.02-1.debian.tar.gz 2.7 KiB ddfd783dae58ebfde386ba81bbc03fc47a5ecbd4bddab7fa8931e15a21450dd2

No changes file available.

Binary packages built by this source

libkiokux-model-perl: 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.