liblwp-useragent-chicaching-perl 0.04-2 source package in Ubuntu

Changelog

liblwp-useragent-chicaching-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/*: update GitHub URLs to use HTTPS.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 10.
  * Remove 1 unused lintian overrides.
  * Set Testsuite header for perl package.

  [ Étienne Mollier ]
  * d/control: declare conformance to standards version 4.6.1
  * d/control: Rules-Requires-Root: no.
  * d/watch: bump to watchfile version 4.

 -- Étienne Mollier <email address hidden>  Sat, 28 May 2022 13:21:14 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblwp-useragent-chicaching-perl_0.04-2.dsc 2.6 KiB 9095a6f9c52c42812be187efd0d586bf05c28e1feebcd8e35b6925e4598e672b
liblwp-useragent-chicaching-perl_0.04.orig.tar.gz 19.7 KiB e1e854a1a43a371dc16543f39f63aeb97905fbea7b60f926737cd01eccc7bcb9
liblwp-useragent-chicaching-perl_0.04-2.debian.tar.xz 3.9 KiB 902c087b6ff69901891e96280f994877fea437b22bd41d6075d131b26b01072a

Available diffs

No changes file available.

Binary packages built by this source

liblwp-useragent-chicaching-perl: LWP::UserAgent with caching based on CHI

 LWP::UserAgent::CHICaching is yet another caching user agent. When the
 client makes a request to the server, sometimes the response should be
 cached, so that no actual request has to be sent at all, or possibly
 just a request to validate the cache. HTTP 1.1 defines how to do this.
 This class simply extends LWP::UserAgent with
 LWP::UserAgent::Role::CHICaching (also in this distribution) which is
 doing the real work to make it possible to use the very flexible CHI
 module to manage such a cache.