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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 3.9.8.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sun, 30 Oct 2016 15:24:33 +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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.38-1.dsc 2.4 KiB ce3697e974b20fcbddfcdd801661af33926e2fed58e18ed6fde6daac74cbedd5
libio-socket-ip-perl_0.38.orig.tar.gz 43.5 KiB 0b7aca58643e821fade4c9da98fa99969c922d0317cca1007ad55bdea1b29a69
libio-socket-ip-perl_0.38-1.debian.tar.xz 3.7 KiB 7f8995eb09211b8c21866812374cbd76df91d33de01b020e4a726aac72432dfe

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.