libsocket-getaddrinfo-perl 0.22-5 source package in Ubuntu

Changelog

libsocket-getaddrinfo-perl (0.22-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libsocket-getaddrinfo-perl: Add :any qualifier for perl dependency.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:26:21 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsocket-getaddrinfo-perl_0.22-5.dsc 2.3 KiB 9a9665666a238857fb906b82789a1b091b9568af257887a6ba6dd3b278b074a7
libsocket-getaddrinfo-perl_0.22.orig.tar.gz 88.5 KiB 097c4c02bfda4f3042fb2978f6e4ca5991202ef26ceb782bb76430a01812fcbe
libsocket-getaddrinfo-perl_0.22-5.debian.tar.xz 5.7 KiB e39d558dd6b81bc0133ffc38424b0bc913bba4199477a382ea307a00acf0a4b8

Available diffs

No changes file available.

Binary packages built by this source

libsocket-getaddrinfo-perl: module implementing getaddrinfo and getnameinfo

 Socket::GetAddrInfo provides a Perl implementation of the getaddrinfo and
 getnameinfo functions as described in RFC 2553. These functions are useful for
 converting between a pair of host name/service name and socket addresses, or
 vice versa.
 .
 This module uses underlying C code to do most of the work if possible, but can
 also fall back on some mostly-compatible emulation code written in Perl. This
 means that this module is a fairly portable implementation of these functions.
 .
 As of Perl version 5.14.0, Perl already supports `getaddrinfo' in core. On
 such a system, this module simply uses the functions provided by `Socket',
 and does not need to use its own compiled XS, or pure-perl legacy emulation.
 .
 As `Socket' in core now provides all the functions also provided by this
 module, it is likely this may be the last released version of this module.
 And code currently using this module would be advised to switch to using core
 `Socket' instead.