Skip Menu |

This queue is for tickets about the Weather-Com CPAN distribution.

Report information
The Basics
Id: 26126
Status: resolved
Worked: 1 min
Priority: 0/
Queue: Weather-Com

People
Owner: SCHNUECK [...] cpan.org
Requestors: markelov [...] 13.net.ru
Cc:
AdminCc:

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



File: Weather/Com/Base.pm --- Base.pm 2005-12-29 02:22:30 +0300 +++ Base.pm.b 2007-04-02 16:49:50 +0400 @@ -135,7 +135,7 @@ # set timeout if it is a possitive integer or 0 if ( $params->{timeout} ) { - unless ( ( $params->{timout} =~ /^\d+$/ ) + unless ( ( $params->{timeout} =~ /^\d+$/ ) && ( $params->{timeout} > -1 ) ) { die ref($self) Typo bug.
Subject: Gefixt in nächstem Release
From: SCHNUECK [...] cpan.org
On Fr. 06. Apr. 2007, 03:55:59, nordeep wrote: Show quoted text
> File: Weather/Com/Base.pm > --- Base.pm 2005-12-29 02:22:30 +0300 > +++ Base.pm.b 2007-04-02 16:49:50 +0400 > @@ -135,7 +135,7 @@ > > # set timeout if it is a possitive integer or 0 > if ( $params->{timeout} ) { > - unless ( ( $params->{timout} =~ /^\d+$/ ) > + unless ( ( $params->{timeout} =~ /^\d+$/ ) > && ( $params->{timeout} > -1 ) ) > { > die ref($self) > > Typo bug.
Subject: Problem will be fixed in 0.5.2