On Sat Jun 02 20:31:49 2012, AVENJ wrote:
Show quoted text> Much like PoCo::Resolver, Client::HTTP imports the :newapi tag from
> Socket::GetAddrInfo, which now croaks.
After discussing this more on irc.perl.org #poe, it looks like both PoCo::Resolver and
::Client::HTTP can use a modern Socket instead of Socket::GetAddrInfo.
It may also be more future-proof as Paul Evans has suggested that Socket::GetAddrInfo may
become deprecated now that Socket supports IPv6.