summaryrefslogtreecommitdiffstats
path: root/rules/io-socket-inet6-perl.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/io-socket-inet6-perl.in')
-rw-r--r--rules/io-socket-inet6-perl.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/io-socket-inet6-perl.in b/rules/io-socket-inet6-perl.in
new file mode 100644
index 000000000..718386bc9
--- /dev/null
+++ b/rules/io-socket-inet6-perl.in
@@ -0,0 +1,11 @@
+## SECTION=perl
+
+config IO_SOCKET_INET6_PERL
+ tristate
+ select PERL
+ select SOCKET6_PERL
+ prompt "IO::Socket::INET6"
+ help
+ IO::Socket::INET6 provides an object interface to create and use sockets
+ in the AF_INET6 domain. It is built upon the IO::Socket interface and
+ inherits all the methods defined by IO::Socket.