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).