update Sun Jun 6 12:37:00 PDT 2010
[pkgsrc.git] / net / p5-IO-Socket-INET6 / DESCR
1 IO::Socket::INET6 provides an object interface to creating and
2 using sockets in both AF_INET|AF_INET6 domain. It is built upon
3 the IO::Socket interface and inherits all the methods defined by
4 IO::Socket.
5
6 WARNING: You should use this module mainly to program IPv6 domain.
7 Most pobably future releases will not support AF_INET | AF_UNSPEC
8 options, as the module seems to fail on some given corner cases.
9 If you require IPv4, you are encouraged to use IO::Socket::INET
10 from the application level. Be warned.