perl/perl-IO-Socket-INET6: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 03:58:35 -04:00
parent eba755fe73
commit 11442c5d15

View file

@ -1,5 +1,6 @@
IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets
IO::Socket::INET6 provides an object interface to creating and using sockets
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket
interface and inherits all the methods defined by IO::Socket.
IO::Socket::INET6 provides an object interface to creating and using
sockets in either AF_INET or AF_INET6 domains. It is built upon
the IO::Socket interface and inherits all the methods defined by
IO::Socket.