summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:58:35 +0100
committer B. Watson2022-03-14 08:58:35 +0100
commit11442c5d155f693c1cba8d31d2645919b9f0d994 (patch)
tree2ac168ccfbc69367658a1c7785dbe55a2505d6d3 /perl
parenteba755fe73a033cd4c954ecb2cc0683dc42b8a6e (diff)
downloadslackbuilds-11442c5d155f693c1cba8d31d2645919b9f0d994.tar.gz
perl/perl-IO-Socket-INET6: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-IO-Socket-INET6/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-IO-Socket-INET6/README b/perl/perl-IO-Socket-INET6/README
index fe13520853..371402f26e 100644
--- a/perl/perl-IO-Socket-INET6/README
+++ b/perl/perl-IO-Socket-INET6/README
@@ -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.