| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
09 May 2012 11:31:08
0.10
|
sunpoet  |
- Update to 0.10
- Add LICENSE
Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes |
12 Mar 2012 18:14:55
0.09
|
sunpoet  |
- Update to 0.09
Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
Feature safe: yes |
23 Jan 2012 18:47:29
0.08
|
sunpoet  |
- Update to 0.08
Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes |
25 Nov 2011 10:48:08
0.07_1
|
sunpoet  |
- Fix dependency: Socket::GetAddrInfo is only required by Perl releases prior to
5.14
- Pet portlint: shorten COMMENT
- Bump PORTREVISION for dependency change
Feature safe: yes |
25 Nov 2011 01:58:39
0.07
|
sunpoet  |
- Add p5-IO-Socket-IP 0.07
IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6 sockets,
as a drop-in replacement for IO::Socket::INET. Most constructor arguments and
methods are provided in a backward-compatible way. For a list of known
differences, see the IO::Socket::INET INCOMPATIBILITES section below.
It uses the getaddrinfo(3) function to convert hostnames and service names or
port numbers into sets of possible addresses to connect to or listen on. This
allows it to work for IPv6 where the system supports it, while still falling
back to IPv4-only on systems which don't.
WWW: http://search.cpan.org/dist/IO-Socket-IP/
Feature safe: yes |