libio-socket-ip-perl 0.24-1 source package in Ubuntu

Changelog

libio-socket-ip-perl (0.24-1) unstable; urgency=low


  * New upstream release.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Fri, 18 Oct 2013 19:14:46 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.24-1.dsc 2.2 KiB e277f5cd6a741c38ab57dd48a5db45c5f30db1d0094569bfa0d5956be3252a44
libio-socket-ip-perl_0.24.orig.tar.gz 38.4 KiB 6f18e8402813175caea99e4221b66781660acc5222036ab0fddeb1cca5b7a80c
libio-socket-ip-perl_0.24-1.debian.tar.gz 2.9 KiB 0851e85437962ce98ae39dec4b28630b1ef94bb8a4521d6bdb212fb797741959

Available diffs

No changes file available.

Binary packages built by this source

libio-socket-ip-perl: module for using IPv4 and IPv6 sockets in a protocol-independent way

 IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6
 sockets. It allows new connections to be made by specifying the hostname and
 service name or port number. It allows for connections to be accepted by
 sockets listening on local ports, by service name or port number.
 .
 It uses Socket::GetAddrInfo's getaddrinfo function to convert
 hostname/service name pairs into sets of possible addresses to connect to.
 This allows it to work for IPv6 where the system supports it, while still
 falling back to IPv4-only on systems which don't.
 .
 It provides an API which, for most typical cases, should be a drop-in
 replacement for IO::Socket::INET; most constructor arguments and methods are
 provided in a compatible way.