-
-
01 Jun 2012 13:30:37 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (3175 / 15 / 2)
- Kwalitee
Bus factor: 1- 77.19% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (88.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Exporter
- Socket
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.22
- Move most exports into @EXPORT_OK
- Provide exception-throwing version of API in Socket::GetAddrInfo::Strict
- Wrap lots more flag constants
- AI_IDN, AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG
- NI_IDN, NI_NOFQDN
- EAI_SYSTEM, EAI_BADHINTS, EAI_PROTOCOL
- Implement NIx_NOHOST and NIx_NOSERV; flags to getnameinfo to request only one of host or service name
- No longer supports API import tags
- Docs improvements - added some code examples
Documentation
command-line tool to getaddrinfo(3) resolvercommand-line tool to getnameinfo(3) resolverModules
address-family independent name resolving functionsPure Perl emulation of getaddrinfo and getnameinfo using IPv4-only legacy resolversProvide Socket::GetAddrInfo functions using Socket6 APIProvide Socket::GetAddrInfo functions which throw exceptionsProvides
in lib/Socket/GetAddrInfo/Core.pmin lib/Socket/GetAddrInfo/XS.pmModule Install Instructions
To install Socket::GetAddrInfo, copy and paste the appropriate command in to your terminal.
cpanm Socket::GetAddrInfo
perl -MCPAN -e shell install Socket::GetAddrInfo
For more information on module installation, please visit the detailed CPAN module installation guide.