summaryrefslogtreecommitdiffstats
path: root/network/perl-IO-Socket-INET6/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/perl-IO-Socket-INET6/README')
-rw-r--r--network/perl-IO-Socket-INET6/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/perl-IO-Socket-INET6/README b/network/perl-IO-Socket-INET6/README
new file mode 100644
index 0000000000..606b8e33d9
--- /dev/null
+++ b/network/perl-IO-Socket-INET6/README
@@ -0,0 +1,7 @@
+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.
+
+This requires perl-Socket6.