libcache-cache-perl 1.06-1 source package in Ubuntu

Changelog

libcache-cache-perl (1.06-1) unstable; urgency=low

  [ Antonio Radici ]
  * New upstream release
  * debian/control:
    + added me to the Uploaders
    + libipc-sharelite-perl (>= 0.09-1) is now (>= 0.09)
    + debhelper now (>= 7)
    + Standards-Version bumped to 3.8.0
  * debian/compat bumped to 7
  * debian/rules updated by dh-make-perl --refresh --dh 7
  * debian/copyright:
    + upgrade to the new format
    + all copyrights of debian/* are now in the list

  [ gregor herrmann ]
  * debian/watch: use dist-based URL.
  * debian/control:
    - added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza);
      Homepage field (source stanza); ${misc:Depends} to Depends: field.
    - removed: XS-Vcs-Svn fields

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 00:16:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcache-cache-perl_1.06.orig.tar.gz 33.7 KiB 703d93793ab0b3bd984cfde89943ce1a98c0991f94afc9d1d531c752f52a4793
libcache-cache-perl_1.06-1.diff.gz 2.6 KiB 126eceda2bc173cde5b88424b3e234fd17276353c8b3429bba9533776ff799ed
libcache-cache-perl_1.06-1.dsc 1.4 KiB e0f5c110a206928b477089a6562ad5df7c5239bd6be76f5fa68f7c4a16b25b1a

Available diffs

View changes file

Binary packages built by this source

libcache-cache-perl: Managed caches of persistent information

 The Cache modules are 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. People have also
 been known to use Cache::Cache for its straightforward interface in
 sharing data between runs of an application or invocations of a
 CGI-style script or simply as an easy to use abstraction of the
 filesystem or shared memory.