wok annotate perl-io-socket-inet6/description.txt @ rev 24971
Rollback nettle to 3.5.1
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 26 22:23:24 2022 +0200 (2022-04-26) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24224 | 1 WARNING!! IO-Socket-INET6 is deprecated. |
Hans-Günter@24224 | 2 |
Hans-Günter@24224 | 3 IO-Socket-INET6 was now succeeded by Paul Evans' IO::Socket::IP. |
Hans-Günter@24224 | 4 Please convert old code from IO-Socket-INET6 to IO-Socket-IP. |
Hans-Günter@24224 | 5 |
Hans-Günter@24224 | 6 IO::Socket::INET6 provides an object interface to creating and using |
Hans-Günter@24224 | 7 sockets in either AF_INET or AF_INET6 domains. |
Hans-Günter@24224 | 8 It is built upon the IO::Socket interface and inherits all the methods |
Hans-Günter@24224 | 9 defined by IO::Socket. |