On 17-May-07, at 6:27 PM, Ask Bjørn Hansen wrote: > > On May 17, 2007, at 15:16, msergeant@cvs.perl.org wrote: > > +my $has_ipv6 = Qpsmtpd::TcpServer::has_ipv6; > > Does that work with the Apache and the async server? Sort of :-) It works in the sense that all has_ipv6() does is check the perl IPv6 libraries load. But -async (and I think Apache::*) has no support for ipv6. > Also - I'm not entirely sure how it should work, but it seems like > there are some opportunities for putting some of the "deal with IP > addresses" stuff in as helper methods in Qpsmtpd::Plugin (or > another "helper base class"). No, I think the way it's done is specific to TcpServer, mostly. Matt.Thread Previous | Thread Next