IPv6 support?

2011-02-11 Thread Andre-John Mas
Hi, Just curious on what the status, if any, is in adding IPv6 support in libwww? Andre

IPv6 Support

2008-03-20 Thread Andre-John Mas
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

IPv6 support?

2008-03-20 Thread Andre-John Mas
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

IPv6 support

2005-02-02 Thread Bernard Massot
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

Re: ipv6 support?

2004-03-31 Thread Matthew Darwin
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

Re: ipv6 support?

2004-03-30 Thread Stas Bekman
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

Re: ipv6 support?

2004-03-30 Thread Matthew Darwin
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

ipv6 support?

2004-03-29 Thread Stas Bekman
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

LWP/Net::HTTP IPv6 support?

2004-01-22 Thread Matthew Darwin
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&#x