Net-Server - IPv6 support

Posted on Wed Nov 7 22:51:04 2007 by jaslong
IPv6 support
It seems Net::Server cannot listen on an IPv6 interface?
2007/11/07-16:09:13 main (type MySmtpProxyServer) starting! pid(12409) Binding to TCP port 10045 on host ipv6-localhost 2007/11/07-16:09:13 Can't connect to TCP port 10045 on ipv6-localhost [Invalid argument]
It looks like Net::Server uses IO::Socket::INET, which doesn't seem to support IPv6. Any clues how I should proceed for making my Net::Server-derived application usable for IPv4 AND IPv6?
Write a response