Attached a small patch using (p5-Net-INET6Glue) which enables IPv6 functionality. In my case to resolve a IPv6 proxy, my only way of getting to IPv4 hosts on that machine.
I believe this patch will also allow native IPv6 communication if this get activated on the servers. I am happy to test, but did not find (if any) test IPv6 hostnames to use. Br. /Rick [1] http://search.cpan.org/dist/Net-INET6Glue/ -- http://rickvanderzwet.nl
Index: lib/Server.pm =================================================================== --- lib/Server.pm (revision 26112) +++ lib/Server.pm (working copy) @@ -22,6 +22,7 @@ use warnings; use strict; +use Net::INET6Glue::INET_is_INET6; use LWP::UserAgent; use Error qw(:try); use tahlib;
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
