libkiokudb-perl 0.57-3 source package in Ubuntu

Changelog

libkiokudb-perl (0.57-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Add patch to allow object loading with YAML::XS.
    (Closes: #950999)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Mon, 23 May 2022 23:27:37 +0200

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libkiokudb-perl_0.57-3.dsc 3.1 KiB d4de9ced75eb9f5147e4ca13d65b447a8b90f34a9402a9093881305caead6b33
libkiokudb-perl_0.57.orig.tar.gz 175.5 KiB 2cd472a6fd042c44218c99be09ebab6202c1ceae5c553e7ffdaf0c353d0976d9
libkiokudb-perl_0.57-3.debian.tar.xz 4.3 KiB 909eb9cb27e81275cf4ac519790d5d786c45cc9312546304bab9a4a678e6c5fd

No changes file available.

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.