summaryrefslogtreecommitdiffstats
path: root/rules/io-socket-inet6-perl.in
blob: 718386bc957d25f9c1bfd2b51558af42254e8483 (plain)
1
2
3
4
5
6
7
8
9
10
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.