libchi-perl 0.54-1 source package in Ubuntu

Changelog

libchi-perl (0.54-1) unstable; urgency=low


  * Team upload
  * New upstream release
  * Drop fix_bad_whatis.patch and fix_pod.patch (merged upstream)
  * Add libstring-rewriteprefix-perl to (build) depends
  * Add NEWS file with incompatible changes

 -- Alessandro Ghedini <email address hidden>  Thu, 31 May 2012 21:32:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libchi-perl_0.54-1.dsc 2.4 KiB 94c4fa7af438be2551908696159840c4ea62f698fc59d0e8bfc7f198035c8c26
libchi-perl_0.54.orig.tar.gz 81.5 KiB 74314016baf75b9e75f0b8e77b1211c4b4337b74f0bfe5a5cab33f6967bbf655
libchi-perl_0.54-1.debian.tar.gz 2.8 KiB a99ce1d1e91bd8dd07f727c8f90c4ef250d1a792a557e04f5f47d06e4903f57c

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.