libmixin-extrafields-perl_0.007-1_i386.changes is NEW
Archive Administrator
installer at ftp-master.debian.org
Wed Dec 23 18:02:18 UTC 2009
(new) libmixin-extrafields-perl_0.007-1.diff.gz optional perl
(new) libmixin-extrafields-perl_0.007-1.dsc optional perl
(new) libmixin-extrafields-perl_0.007-1_all.deb optional perl
module to add extra stashes of data to objects
Sometimes your well-defined object needs a way to tack on arbirary extra
fields. This might be a set of session-specific ephemeral data, a stash of
settings that need to be easy to grow over time, or any sort of
name-and-value parameters. Adding more and more methods can be cumbersome,
and may not be helpful if the names vary greatly. Accessing an object's guts
directly is simple, but is difficult to control when subclassing, and can
make altering your object's structure difficult.
.
Mixin::ExtraFields 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.
(new) libmixin-extrafields-perl_0.007.orig.tar.gz optional perl
Changes: libmixin-extrafields-perl (0.007-1) unstable; urgency=low
.
* Initial release (cf. #562102).
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list