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

Changelog

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


  [ Nicholas Bamber ]
  * New upstream release 0.21

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * New upstream release 0.22.
  * debian/copyright: update to Copyright-Format 1.0.
  * Update year of upstream copyright.
  * Bump Standards-Version to 3.9.3 (no changes).
  * Use debhelper 9.20120312 to get all hardening flags.
  * Add /me to Uploaders.

 -- gregor herrmann <email address hidden>  Fri, 08 Jun 2012 23:55:49 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsocket-getaddrinfo-perl_0.22-1.dsc 2.3 KiB b6c7bf490b933140ad66504f419b4cbcc0be669ac16988f6ac177d6344fc75c8
libsocket-getaddrinfo-perl_0.22.orig.tar.gz 88.5 KiB 097c4c02bfda4f3042fb2978f6e4ca5991202ef26ceb782bb76430a01812fcbe
libsocket-getaddrinfo-perl_0.22-1.debian.tar.gz 4.7 KiB b354660c905685cd6be8fa762174f4564b98340800e7452747c5db4a47f05aad

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.