2010年06月22日 星期二 22:34
目前Perl对IPv6的支持情况似乎不太好,LWP等模块支持不了ipv6。
而只能用Net::INET6Glue进行处理。
这个模块的描述中也说:
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.
This module tries to mitigate this by hotpatching. Currently the following submodules are available:
所以说还是一个临时性的解决方法,不知道为什么ipv6这个问题一直解决不了,
似乎开发人员有一些意见没有统一?
(这里有一些相关的讨论:
http://rt.perl.org/rt3/Public/Bug/Display.html?id=75630
http://rt.perl.org/rt3/Public/Bug/Display.html?id=75740 )
Zeuux © 2024
京ICP备05028076号