Fri Dec 04 13:22:15 2009info [...] newzi.com - Ticket created
Subject:
Error (Timeoout) in Client.pm line 142
Date:
Fri, 04 Dec 2009 13:21:50 -0500
To:
bug-MozRepl [...] rt.cpan.org
From:
Benoit Quenneville <info [...] newzi.com>
Error (Timeoout) in Client.pm line 142
$connect_args{Timeoout} = int($args->{timeout}) if (defined
$args->{timeout} && $args->{timeout} > 0);
Replace to
$connect_args{Timeout} = int($args->{timeout}) if (defined
$args->{timeout} && $args->{timeout} > 0);
That cause an error with the setting of the timeout !
Best regards !
Benoit Quenneville
Sat Feb 01 10:29:13 2014trymch+public [...] gmail.com - Status changed from 'new' to 'open'