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

Changelog

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


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Xavier Guimard ]
  * Bump Standards-Version to 3.9.4

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

  [ Dominique Dumont ]
  * Imported Upstream version 0.21
  * copyright: updated years, added /me in debian/*
  * control:
    + added /me in uploaders
    * put back versioned dependencies of libsocket-perl, to avoid
      pbuilder issues
  * added patch to skip test that connect to internet

 -- Dominique Dumont <email address hidden>  Tue, 07 May 2013 14:14:25 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.21-1.dsc 2.2 KiB a8f6f685c6e20400223767871d274497527b8aa06142cf497a31eb94a907904d
libio-socket-ip-perl_0.21.orig.tar.gz 37.7 KiB f46dcc61d79b44e0fd0a034bf1947695c2567c1be662108716f4d8b5e6df20e7
libio-socket-ip-perl_0.21-1.debian.tar.gz 2.8 KiB 38cdc2dc89a04ce574b18bcf504acdacfae97fb0ef42dc9bffa581acb97e8c44

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.