libkiokudb-perl 0.52-1 source package in Ubuntu

Changelog

libkiokudb-perl (0.52-1) unstable; urgency=low

  * Initial Release. (Closes: #524840)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  19 Oct 2011 14:31:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libkiokudb-perl_0.52.orig.tar.gz 147.1 KiB 94666a57da6103eaa88743c69fe7191ef0c140023b9cc67298b8974b6ba756f0
libkiokudb-perl_0.52-1.debian.tar.gz 1.9 KiB 5f1fca45947e3459f1ab8a70cb1abad963533bc4dee3fe88ba05d0fd7706b8b3
libkiokudb-perl_0.52-1.dsc 2.0 KiB 59cdf2a6e76561bfa2103041fa4750b086937ab9537d70dd485230c6b3c653fd

View changes file

Binary packages built by this source

libkiokudb-perl: Perl module for object persistence

 KiokuDB is a Moose based frontend to various data stores, somewhere in
 between Tangram and Pixie.
 .
 Its purpose is to provide persistence for "regular" objects with as little
 effort as possible, without sacrificing control over how persistence is
 actually done, especially for harder to serialize objects.
 .
 KiokuDB is also non-invasive: it does not use ties, AUTOLOAD, proxy objects,
 sv_magic or any other type of trickery.
 .
 Many features important for proper Perl space semantics are supported,
 including shared data, circular structures, weak references, tied structures,
 etc.