libchi-perl 0.49-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  24 Jun 2011 09:07:21 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libchi-perl_0.49.orig.tar.gz 99.6 KiB 8f88d5998a67284b885f4cc0a7c9f5cad114fbc4e98b2d7afea6c67ea0f21503
libchi-perl_0.49-1.debian.tar.gz 3.2 KiB 82d13defae1baa5703cad7eed6fb0a768073cfc8d2c6e89fe3f6a72f107f424f
libchi-perl_0.49-1.dsc 2.4 KiB f686812c57a1f974265ad1fb5508925ec92a873a646b9065727d79f1ac315798

Available diffs

View changes file

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.