libcache-perl 2.04-3 source package in Ubuntu

Changelog

libcache-perl (2.04-3) unstable; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format
  * Add Vcs-* fields
  * Update Standards-Version (no changes)
  * Switch to minimal dh7 rules
  * Apply patch to switch from Digest::SHA1 to Digest::SHA which is
    included with perl (closes: #636648)
  * Improve description (thanks, Lintian)
  * Add explicit copyright notice to debian/copyright (thanks, Lintian)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:51 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Dominic Hargreaves
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcache-perl_2.04.orig.tar.gz 33.7 KiB cffbd4b80f2a43c7b9f6aebb4e92cfb0466cc4faf0b99e4ea7b6d344df55d3ff
libcache-perl_2.04-3.debian.tar.gz 2.5 KiB d46813a3f18e724b1c75876efc080dd4904fecf7c9a195ca0a806c4e2f1623d8
libcache-perl_2.04-3.dsc 1.3 KiB de3d932139a3afd955f46a5199975f7878ed8c2a753a6ba19c2355eb05decccd

Available diffs

View changes file

Binary packages built by this source

libcache-perl: Cache interface

 Cache is designed to assist a developer in persisting data for a
 specified period of time. Often these modules are used in web applications to
 store data locally to save repeated and redundant expensive calls to remote
 machines or databases.
 .
 The Cache interface is implemented by derived classes that store cached data
 in different manners (such as files on a filesystem, or in memory).