libio-socket-ip-perl 0.41-2 source package in Ubuntu

Changelog

libio-socket-ip-perl (0.41-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.
  * Apply multi-arch hints. + libio-socket-ip-perl: Add Multi-Arch: foreign.

  [ gregor herrmann ]
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 22 Jan 2023 23:02:48 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.41-2.dsc 2.5 KiB d2f52319d732ed8f2582f1b325b5b0154c776b50ee62e25fea6720b9096cd853
libio-socket-ip-perl_0.41.orig.tar.gz 43.6 KiB 849a45a238f8392588b97722c850382c4e6d157cd08a822ddcb9073c73bf1446
libio-socket-ip-perl_0.41-2.debian.tar.xz 5.3 KiB 54b29a300d50c09fd3069511a3882238712c5d1744f12d4ec9d781dc6cb208dd

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.