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

Changelog

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

  * Team upload.

  [ Nathan Handler ]
  * Email change: Nathan Handler -> <email address hidden>

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * Add explicit Build-Depends on libmodule-build-perl
  * Wrap and sort fields in debian/control file
  * Declare compliance with Debian policy 3.9.6
  * Declare package as autopkgtestable

 -- Salvatore Bonaccorso <email address hidden>  Fri, 05 Jun 2015 19:50:26 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsocket-getaddrinfo-perl_0.22-2.dsc 2.3 KiB fe92e08569dafe947538e3398168a4caed990662490eb313a493d12ab46f2058
libsocket-getaddrinfo-perl_0.22.orig.tar.gz 88.5 KiB 097c4c02bfda4f3042fb2978f6e4ca5991202ef26ceb782bb76430a01812fcbe
libsocket-getaddrinfo-perl_0.22-2.debian.tar.xz 4.7 KiB 0268564cdc447514ad40f7ff89c59a41aeb35b71a31c646f59b85cfc6c1d09ae

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.