Hello.
We do not have this roadmap at the moment.
The module can handle whois requests of IPv6 addresses, but can not take IPv6 addresses as whois server addresses. I think this should be fixed first.
ok:
perl -MNet::Whois::Raw -E 'say whois "2606:2800:220:1:248:1893:25c8:1946", "199.212.0.46"'
not ok:
perl -MNet::Whois::Raw -E 'say whois "2606:2800:220:1:248:1893:25c8:1946", "2001:500:31::46"'
2001:500:31::46: Invalid argument: 2001:500:31::46 at /usr/local/share/perl/5.14.2/Net/Whois/Raw.pm line 300
If you have the patch, please make a pull request here
https://github.com/regru/Net-Whois-Raw
On Mon Sep 21 09:49:24 2015, HUGUEI wrote:
Show quoted text> Hi. I wonder if you have in the roadmap adding IPv6 support for this
> module.
> I'm using it actively for monitoring reasons, and I have proof-of-
> concept patch that works pretty well. It's just loading
> IO::Socket::INET6 and some address mangling for the serverparams
> array. It's not production ready, but I can send you my working code.
>
> Thanks,
>
> Hugo