Commit df085e02 authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

Restore Perl 5.10 support



On Perl < 5.14, we can use Socket::GetAddrInfo from CPAN to replace the
missing getaddrinfo functionality of Socket.

Socket::GetAddrInfo < 0.22 requires :newapi in the import list, but 0.22
forbids it and enables the new API by default.

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent 04b03b41
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment