wok-6.x diff perl-io-socket-inet6/description.txt @ rev 25233
updated python-requests (2.23.0 -> 2.27.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:27:05 2022 +0100 (2022-07-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-io-socket-inet6/description.txt Wed Jul 13 17:27:05 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +WARNING!! IO-Socket-INET6 is deprecated. 1.5 + 1.6 +IO-Socket-INET6 was now succeeded by Paul Evans' IO::Socket::IP. 1.7 +Please convert old code from IO-Socket-INET6 to IO-Socket-IP. 1.8 + 1.9 +IO::Socket::INET6 provides an object interface to creating and using 1.10 +sockets in either AF_INET or AF_INET6 domains. 1.11 +It is built upon the IO::Socket interface and inherits all the methods 1.12 +defined by IO::Socket.