libcache-bdb-perl 0.04-2 source package in Ubuntu

Changelog

libcache-bdb-perl (0.04-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Christopher Hoskin ]
  * Use my Debian e-mail address in control and copyright.
  * Remove trailing whitespace from debian/control
  * Add fixpod2 patch for spelling mistake
  * Update debhelper compat from 9 to 11
  * Bump Standards-Version from 3.9.6 to 4.1.3 (no change required)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Christopher Hoskin ]
  * Bump Standards-Version from 4.1.3 to 4.2.1 (no change required)

 -- Christopher Hoskin <email address hidden>  Sat, 22 Sep 2018 08:16:07 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcache-bdb-perl_0.04-2.dsc 2.1 KiB 2f47a187453e8e661b74327f0a6d048d0787f14649916d3309bc738989dece77
libcache-bdb-perl_0.04.orig.tar.gz 16.1 KiB 1cfe7c4fc3663bad1cd233447f042f01543c8161d3b4b56f03a835965474c049
libcache-bdb-perl_0.04-2.debian.tar.xz 2.6 KiB a7eacea7fc47a09a4b880ac9b5cbce51183184d5d5ebc21ace1703420dbe1c7b

Available diffs

No changes file available.

Binary packages built by this source

libcache-bdb-perl: object caching wrapper around BerkeleyDB

 Cache::BDB implements a caching layer around BerkeleyDB for object
 persistence. It implements the basic methods necessary to add, retrieve, and
 remove objects but not expiration, automatic purging etc. The main advantage
 over other caching modules is performance. The API is reasonably feature rich,
 but does not compare with using BerkeleyDB directly.
 .
 The interface is similar to Cache::Cache.