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

Changelog

libcache-cache-perl (1.08-1) unstable; urgency=medium

  * Team upload.
  * Imported Upstream version 1.08.
    + drop 0001-Make-tests-aware-of-running-time.patch, applied upstream
  * Skip non-deterministically failing tests in autopkgtest setups.
    (See #766102, still not fully fixed)

 -- Niko Tyni <email address hidden>  Tue, 28 Apr 2015 22:35:44 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcache-cache-perl_1.08-1.dsc 2.1 KiB 0727df7d655c6c6ecd39fea5e2c185285955c0e73e33e238c8b01483b78d0cc8
libcache-cache-perl_1.08.orig.tar.gz 34.3 KiB d2c7fd5dba5dd010b7d8923516890bb6ccf6b5f188ccb69f35cb0fd6c031d1e8
libcache-cache-perl_1.08-1.debian.tar.xz 4.4 KiB 65dd6b6e8d27c594dccc83165d4dc3ee0554038455c3b9f97eab7fe388b8dc7c

Available diffs

No changes file available.

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.