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

Changelog

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

  * Team upload

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

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper dependency to >= 8, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 8 to 10.
  * Set Testsuite header for perl package.

  [ Damyan Ivanov ]
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.
  * convert from CDBS to dh
    add build-time dependency on libmodule-install-perl
  * bump watch version to 4

 -- Damyan Ivanov <email address hidden>  Sun, 26 Jun 2022 17:04:27 +0000

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcache-lru-perl_0.04-2.dsc 2.1 KiB 493d69f7fe525cb72d073ffca61d2769814697c6c57357f1577b2de2a2986f06
libcache-lru-perl_0.04.orig.tar.gz 19.7 KiB 1a38d62365ded89315568a80c31f5bf77f1330bf20463ce11a35a6489a6abdc4
libcache-lru-perl_0.04-2.debian.tar.xz 2.2 KiB e0f809b35f8761f583072ffb17d3118558928a348a3eeb8db6ae4c44b2149448

Available diffs

No changes file available.

Binary packages built by this source

libcache-lru-perl: simple, fast implementation of LRU cache

 Cache::LRU is a simple, fast implementation of an in-memory Least
 Recently Used (LRU) cache in pure perl.