libmixin-extrafields-perl 0.008-2 source package in Ubuntu

Changelog

libmixin-extrafields-perl (0.008-2) unstable; urgency=low

  * Add missing dependency on libstring-rewriteprefix-perl.
  * Set Standards-Version to 3.8.4 (no changes).
 -- Ilya Barygin <email address hidden>   Mon,  15 Feb 2010 16:40:09 +0000

Upload details

Uploaded by:
Ilya Barygin
Uploaded to:
Lucid
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

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmixin-extrafields-perl_0.008.orig.tar.gz 29.2 KiB 9cc3ea238c2a4c9f43a0f2160b993a01c98f3c4a1b4cc9115adebf6863c7a3da
libmixin-extrafields-perl_0.008-2.diff.gz 1.5 KiB afa4711030321647fc2f6113d106357ee9eeaf85a8b697acce151b805ab023d3
libmixin-extrafields-perl_0.008-2.dsc 2.1 KiB 31ec3b19fb2e62ae9aa1c455a58d066d1af1bc1f1f3b24bf4f0191eaf9c4292d

Available diffs

View changes file

Binary packages built by this source

libmixin-extrafields-perl: module to add extra stashes of data to objects

 Mixin::ExtraFields is a Perl module that provides a simple way to add an
 arbitrary number of stashes for named data. These data can be stored in the
 object, in a database, or anywhere else. The storage mechanism is abstracted
 away from the provided interface, so one storage mechanism can be easily
 swapped for another. Multiple ExtraFields stashes can be mixed into one
 class, using one or many storage mechanisms.