wok-current view perl-io-socket-inet6/description.txt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 months ago)
parents
children
line source
1 WARNING!! IO-Socket-INET6 is deprecated.
3 IO-Socket-INET6 was now succeeded by Paul Evans' IO::Socket::IP.
4 Please convert old code from IO-Socket-INET6 to IO-Socket-IP.
6 IO::Socket::INET6 provides an object interface to creating and using
7 sockets in either AF_INET or AF_INET6 domains.
8 It is built upon the IO::Socket interface and inherits all the methods
9 defined by IO::Socket.