libpoe-component-client-dns-perl 1:1.054-4 source package in Ubuntu

Changelog

libpoe-component-client-dns-perl (1:1.054-4) unstable; urgency=medium

  * Disable querying of external nameservers during build tests.
    Set RES_NAMESERVERS and RES_OPTIONS in debian/rules,
    additionally patch t/05_api_4.t, which has nameservers hardcoded, to
    honour NO_NETWORK_TESTING.
    Thanks to Sven Mueller for the bug report.
    (Closes: #1055023)
  * debian/copyright: remove Upstream-Author field.

 -- gregor herrmann <email address hidden>  Sun, 29 Oct 2023 17:57:28 +0100

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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpoe-component-client-dns-perl_1.054-4.dsc 2.7 KiB d0a8e1aa2aee6b768672d1e4f879f2127a02e51070cb5195e431e4489a0e7a82
libpoe-component-client-dns-perl_1.054.orig.tar.gz 27.7 KiB b19a06920a69b74c2712bb5a48b719ce58965309d9beb3e2a35d8ff783625c31
libpoe-component-client-dns-perl_1.054-4.debian.tar.xz 5.7 KiB c7e9b43b9e58bfa4cc016aca0ef564a851f3c220f5325cd11dc27eb83c8b97ec

No changes file available.

Binary packages built by this source

libpoe-component-client-dns-perl: POE Component for performing asynchronous DNS queries

 POE::Component::Client::DNS is a wrapper for non-blocking DNS queries based on
 Net::DNS (libnet-dns-perl). It lets other tasks run while something is waiting
 for a nameserver response and allows multiple DNS servers to be queried at the
 same time. DNS client components are spawned as separate sessions rather than
 being created as proper objects; for full details, see the documentation.