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

Changelog

libio-socket-ip-perl (0.25-1) unstable; urgency=medium


  * Team upload.
  * Imported Upstream version 0.25
  * Update copyright years for upstream files
  * Declare compliance with Debian policy 3.9.5

 -- Salvatore Bonaccorso <email address hidden>  Sun, 12 Jan 2014 09:33:27 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium 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.25-1.dsc 2.2 KiB a1ceac30fcefdb5772f854369902862de6d3a2eff61c6dbd7894f91849900ed6
libio-socket-ip-perl_0.25.orig.tar.gz 38.9 KiB e5b4567eacac2f492a73f283c8323b87f0229ba7add12806bff25fb2c2e39eb8
libio-socket-ip-perl_0.25-1.debian.tar.gz 2.9 KiB 633e6ca95a5f8c3e8cf8fc7c0d077f5d1560258acf2c69b7df6a359a6d48837f

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.