libanyevent-cachedns-perl 0.08-3 source package in Ubuntu

Changelog

libanyevent-cachedns-perl (0.08-3) 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.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libmodule-build-perl.

 -- Salvatore Bonaccorso <email address hidden>  Sun, 05 Jun 2022 19:48:53 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-cachedns-perl_0.08-3.dsc 2.2 KiB 5b9bc9ae883ebf6b18db016a026faaee6d5252967ce9b3cc7d9b6ff1122c13d3
libanyevent-cachedns-perl_0.08.orig.tar.gz 5.2 KiB 41c1faf183b61806b55889ceea1237750c1f61b9ce2735fdf33dc05536712dae
libanyevent-cachedns-perl_0.08-3.debian.tar.xz 2.2 KiB 7d2c6f8ea118ece9dad319ad33783900e76aaf8380d407e50e79dad9f7fbf956

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-cachedns-perl: simple DNS resolver with caching for AnyEvent

 AnyEvent::CacheDNS provides a very simple DNS resolver that caches its
 results and can improve the connection times to remote hosts.
 .
 It's possible to register this class as AnyEvent's main DNS resolver by
 passing the tag :register in the use statement.
 .
 This module is very basic and has no policies for clearing or invalidating
 the DNS cache.