Skip Menu |

This queue is for tickets about the Time-Interval CPAN distribution.

Report information
The Basics
Id: 43058
Status: resolved
Priority: 0/
Queue: Time-Interval

People
Owner: Nobody in particular
Requestors: maciej.pijanka [...] gmail.com
Cc:
AdminCc:

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



Subject: parseInterval has trouble with fractions of second
try perl -MTime::Interval -e 'print parseInterval(seconds => 1.1, Small => 1)'; for myself i added int() around value passed as seconds, fixed problem temporarly.