libsocket-getaddrinfo-perl 0.22-1build1 source package in Ubuntu

Changelog

libsocket-getaddrinfo-perl (0.22-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:44:54 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libsocket-getaddrinfo-perl_0.22.orig.tar.gz 88.5 KiB 097c4c02bfda4f3042fb2978f6e4ca5991202ef26ceb782bb76430a01812fcbe
libsocket-getaddrinfo-perl_0.22-1build1.debian.tar.gz 4.8 KiB ff558b518a195259012258661cf6d1e09288c604792ebc604cc2e70444071902
libsocket-getaddrinfo-perl_0.22-1build1.dsc 2.4 KiB a5f77dadacb869d5b11e519d7ec13740cbf112388cbfcb55dd8b3ba22cfb57b3

Available diffs

View changes file

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.