Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 101978
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: quanah.gibsonmount [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Update Net::DNS to use IO::Socket::IP
Modern perl implementations have moved to using IO::Socket::IP rather than IO::Socket::INET6 for better IPv6 support. See Mail::SpamAssassin for extensive usage examples. It would be nice to remove the IO::Socket::INET6 requirement for IPv6 from Net::DNS (i.e., let it use either IO::Socket::IP or IO::Socket::INET6).
From: rwfranks [...] acm.org
On Fri Feb 06 13:53:01 2015, MISHIKAL wrote: Show quoted text
> Modern perl implementations have moved to using IO::Socket::IP rather > than IO::Socket::INET6 for better IPv6 support. See > Mail::SpamAssassin for extensive usage examples. It would be nice to > remove the IO::Socket::INET6 requirement for IPv6 from Net::DNS (i.e., > let it use either IO::Socket::IP or IO::Socket::INET6).
This will be implemented in Net::DNS 1.03. In the short term, IO::Socket::INET6 will be used if installed, otherwise IO::Socket::IP. Eventually IO::Socket::IP will be preferred.
awesome, thanks!
Fixed in 1.03