Subject: | Transparent IPv6 support for transport by 'use base IO::Socket::IP' |
Being a subclass of IO::Socket::INET, the transport layer is fixed at IPv4.
You say in the TODO notes, "IPv6 support". This can be achieved by using IO::Socket::IP instead.
Small caveat currently though is that both IO::Socket::Socks and ::IP want to use a method called _configure, for their own purposes. So one of these would have to be renamed.
(see also https://rt.cpan.org/Ticket/Display.html?id=92484)
--
Paul Evans