In perl.git, the branch smoke-me/inet_aton has been created
<http://perl5.git.perl.org/perl.git/commitdiff/f0a60934402596b7c927e571503b3e6251ca0d6b?hp=0000000000000000000000000000000000000000>
at f0a60934402596b7c927e571503b3e6251ca0d6b (commit)
- Log -----------------------------------------------------------------
commit f0a60934402596b7c927e571503b3e6251ca0d6b
Author: Nicholas Clark <[email protected]>
Date: Sun Mar 6 11:04:52 2011 +0000
Socket::inet_aton() should fall back to getaddinfo() if gethostbyname()
fails.
This is a last resort, in case gethostbyname() is getting confused because
it
only looks at the first result that it gets from its upstream, and that is
not
AF_INET. The assumption is that in this case, getaddrinfo() will be well
written.
-----------------------------------------------------------------------
--
Perl5 Master Repository