Commit Graph

6 Commits

Author SHA1 Message Date
bluhm
2b80bee9ee update p5-Net-INET6Glue to 0.5 2011-04-10 23:55:42 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
bluhm
a608ea3ad7 Initial import of p5-Net-INET6Glue 0.4
Net::INET6Glue is a collection of modules to make common modules
IPv6 ready by hotpatching them.

Unfortunatly the current state of IPv6 support in perl is that no
IPv6 support is in the core and that a lot of important modules
(like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the
modules for IPv6 sockets Socket6, IO::Socket::INET6 are available.

Net::INET6Glue is a hack to make more of Perl IPv6 able.  This is
partly done by replacing IO::Socket::INET with IO::Socket::INET6
and by adding IPv6 Protocol functionality to Net::FTP.  Works for
Net::SMTP, LWP, Net::FTP and probably others too.

ok sturm@
2010-05-24 17:57:03 +00:00