libmixin-extrafields-perl 0.140003-1 source package in Ubuntu

Changelog

libmixin-extrafields-perl (0.140003-1) unstable; urgency=medium

  * Import upstream version 0.140003.
  * Update years of upstream copyright.
  * Update upstream email address.
  * Update debian/upstream/metadata.
  * Update alternative test dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Drop internal comment from previous changelog entry.

 -- gregor herrmann <email address hidden>  Sat, 07 Jan 2023 20:12:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmixin-extrafields-perl_0.140003-1.dsc 2.7 KiB 84fed8ad9eb31bcd6335b5f0c4bb5192d905341da3d50111cfd3f7b2cd2d90b7
libmixin-extrafields-perl_0.140003.orig.tar.gz 24.7 KiB 4ca7ada4954b9197d0d100c8516e13202f2ccf281d6d2c34761018bcf7144a0f
libmixin-extrafields-perl_0.140003-1.debian.tar.xz 2.9 KiB 2b1ea8559e184dfcd995ec98e452a0c4b13bf5958a80d2cfbfe19c42639378b3

Available diffs

No changes file available.

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.