On Mon May 16 13:38:04 2016, DAV wrote:
Show quoted text> On Tue May 19 10:42:01 2015, CHORNY wrote:
> > perl 5.16.2 ithreads
> > Debian 6
> >
> > $ perl -Mblib t/pop3_ipv6.t
> > # server on [::1]:48867
> > 1..1
> > # created Net::POP3 object
> > not ok 1 - IPv6 POP3 connect failed
> > # Failed test 'IPv6 POP3 connect failed'
> > # at t/pop3_ipv6.t line 39.
> >
> >
>
> I was able to overcome this by getting the most recent version of
> IO::Socket::IP which is 0.21.
CHORNY: Are you able to confirm whether upgrading IO::Socket::IP to 0.21 fixes your problem too? If so then I'll add this as a prerequisite.