libchi-perl 0.60-4 source package in Ubuntu

Changelog

libchi-perl (0.60-4) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Remove Chris Butler from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Add patch from CPAN RT for compatibility with Cache::FastMmap >= 1.45.
    (Closes: #870235)
  * Make dependency on libcache-fastmmap-perl versioned.
  * Remove unneeded version from libtry-tiny-perl (build) dependency.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Mon, 31 Jul 2017 14:41:40 -0400

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
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchi-perl_0.60-4.dsc 2.8 KiB 6029e78f7f2cf8fa8f64ffaa402f1b7ebf8737c5b38768c0285b80ff1612f31d
libchi-perl_0.60.orig.tar.gz 85.8 KiB c7f1a2b3570a8fede484e933f89ba1729e0abd05935791d146c522dd120ee851
libchi-perl_0.60-4.debian.tar.xz 4.9 KiB f558f29fa6e334d0ec9be7d6d09ee39702d711b8773204a5765339d04598d259

No changes file available.

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.