Skip Menu |

This queue is for tickets about the MozRepl CPAN distribution.

Report information
The Basics
Id: 52437
Status: open
Priority: 0/
Queue: MozRepl

People
Owner: Nobody in particular
Requestors: info [...] newzi.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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