libsocket-getaddrinfo-perl 0.20-2build2 source package in Ubuntu
Changelog
libsocket-getaddrinfo-perl (0.20-2build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 20:13:28 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsocket-getaddrinfo-perl_0.20.orig.tar.gz | 81.5 KiB | 0b875c9faf0f21c64cd58a159c66720a5f3f7c3964a6a5dc384d035c52e2fa3f |
libsocket-getaddrinfo-perl_0.20-2build2.debian.tar.gz | 4.8 KiB | ae1c3f8de7a92f2aa8d839dbb21c072a77a9ec506b1efae9e3afdbecce554b87 |
libsocket-getaddrinfo-perl_0.20-2build2.dsc | 2.3 KiB | 15d9b998a5c8db90032c490c3a473f7c3ecb5978831c141a62babd0be40ae574 |
Available diffs
- diff from 0.20-2build1 to 0.20-2build2 (335 bytes)
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.