Hi,
Just curious on what the status, if any, is in adding IPv6 support in libwww?
Andre
Hi,
Could someone tell whether LWP supports IPv6? I am wanting to support
IPv6 address with the w3c validator, but because of an apparent
limitation with libwww I can't.
Andre
Hi,
What is the status on IPv6 support for libwww-perl?
I have installed the w3c validator on my computer and it baulks at any
IPv6 address, whether they are of the numerical form, or resolve to an
IPv6 address, such as http://ipv6.google.com/
Looking in the bug database of the validator:
http
Hi
For obvious reasons I think that'd be very nice if LWP supported IPv6.
Are you planning to do it?
I tried to get IPv6 support in LWP because the W3C markup validator uses
it. I've just replace "IO::Socket::INET" with "IO::Socket::INET6" in
Net/HTTP.pm and it &q
I posted a message to to libwww January 22, but got no reply.
I've sent IPv6 related patches to other projects, notably Net::DNS and
they've been included.
Stas Bekman wrote:
What are the chances that they will be integrated into LWP? I'm not
looking for a private copy of LWP working with ipv6
Matthew Darwin wrote:
I've patched LWP in my environment so it works with IPv6. Essentially
you just try loading IO::Socket::INET6 before IO::Socket::INET.
There are a couple other things. Patches available upon request.
Thanks Matthew!
What are the chances that they will be integrated into L
I've patched LWP in my environment so it works with IPv6. Essentially
you just try loading IO::Socket::INET6 before IO::Socket::INET.
There are a couple other things. Patches available upon request.
Stas Bekman wrote:
Hi,
As Apache2 now supports ipv6, Apache::Test which heavily relies on LWP
Hi,
As Apache2 now supports ipv6, Apache::Test which heavily relies on LWP needs
to be able to run in the ipv6 environment. Any plans for LWP to support ipv6?
Thanks.
BTW, please update the link at http://www.linpro.no/lwp/
http://www.egroups.com/group/libwww-perl/
=>
http://groups.yahoo.com/g
Any plans for adding IPv6 support?
I hacked together a few patches for my needs, but I'm not sure they're
general enough to include in the source tree by default.
Basically I changed IO::Socket::INET everwhere to IO::Socket::INET6,
plus a few other things.
If there is interest, I