libio-socket-ip-perl 0.39-ok1 source package in openKylin

Changelog

libio-socket-ip-perl (0.39-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.39.orig.tar.gz 43.6 KiB 11950da7636cb786efd3bfb5891da4c820975276bce43175214391e5c32b7b96
libio-socket-ip-perl_0.39-ok1.debian.tar.xz 2.0 KiB 698138c1ae9ab18f5e048d7a56fe00879777d9f90652f6cd69fe6a8269b7f62c
libio-socket-ip-perl_0.39-ok1.dsc 2.1 KiB 5ada9ed536171c0ed8e755179e840a3e55e366bfcc502129e41b202a025014c2

View changes file

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.