wok annotate perl-io-socket-inet6/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
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.