libchi-perl 0.60-3 source package in Ubuntu

Changelog

libchi-perl (0.60-3) unstable; urgency=medium

  * Team upload.
  * Skip two autopkgtest failures due to ci.debian.net limitations
    (Closes: #800381)

 -- Niko Tyni <email address hidden>  Mon, 28 Sep 2015 20:51:36 +0300

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchi-perl_0.60-3.dsc 2.7 KiB f17e460d0259a972439f3cfebd8c665c9d46761963f8300a5f0ccd73dd5b7172
libchi-perl_0.60.orig.tar.gz 85.8 KiB c7f1a2b3570a8fede484e933f89ba1729e0abd05935791d146c522dd120ee851
libchi-perl_0.60-3.debian.tar.xz 3.7 KiB 675031e28afa98dd9c4487a4b4309ed3e3240903f4c3553653fa2e23b87b960f

Available diffs

No changes file available.

Binary packages built by this source

libchi-perl: Unified Cache Handling Interface

 CHI provides a unified caching API for Perl programs, designed to assist
 a developer in keeping data persistent for a specified period of time.
 .
 The CHI interface is implemented by driver classes that support fetching,
 storing and clearing of data. Driver classes exist or will exist for the
 gamut of storage backends available to Perl, such as memory, plain files,
 memory mapped files, memcached, and DBI.
 .
 CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
 adhering to the basic Cache API but adding new features and addressing
 limitations in the Cache::Cache implementation.