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

Changelog

libkiokux-model-perl (0.02-3) unstable; urgency=medium

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1047266)

 -- gregor herrmann <email address hidden>  Wed, 06 Mar 2024 16:31:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libkiokux-model-perl_0.02-3.dsc 2.4 KiB 6310fb69a8972bbeac3edb66a95f673f66456ad90b83038269abec1cc6bd4a76
libkiokux-model-perl_0.02.orig.tar.gz 3.5 KiB e0b3dc59811639395ddd1b7da97afc1faecfc473d59e850ccae07a35f92ce860
libkiokux-model-perl_0.02-3.debian.tar.xz 3.2 KiB b464eec9079fbf0aac03669de0a1934e8005da8bbb0ecfe4ff4620918f5be2dd

Available diffs

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.