Net::INET6Glue - Make common modules IPv6 ready by hotpatching |
Net::INET6Glue - Make common modules IPv6 ready by hotpatching
use Net::INET6Glue; # include all glue use LWP; use Net::SMTP; use Net::FTP; ..
the Net::INET6Glue manpage 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 the Net::FTP manpage, the Net::SMTP manpage, LWP,...) do not support IPv6 even if the modules for IPv6 sockets like Socket6, the IO::Socket::IP manpage or the IO::Socket::INET6 manpage are available.
This module tries to mitigate this by hotpatching. Currently the following submodules are available:
This module and the modules in the Net::INET6Glue Hierarchy distributed together with this module are copyright (c) 2008..2014, Steffen Ullrich. All Rights Reserved. These modules are free software. They may be used, redistributed and/or modified under the same terms as Perl itself.
Net::INET6Glue - Make common modules IPv6 ready by hotpatching |