Skip Menu |

This queue is for tickets about the DateTime-Format-Flexible CPAN distribution.

Report information
The Basics
Id: 60731
Status: resolved
Priority: 0/
Queue: DateTime-Format-Flexible

People
Owner: cpan [...] punch.net
Requestors: simcop [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.09
Fixed in: 0.16



Subject: DateTime::Format::Flexible parsing the string "now"
I ran into an issue with DateTimeX::Easy and tracked the problem down to DateTime::Format::Flexible. Between version 0.09 and 0.10 it started parsing the string "now" and is returning the base time that is created when the module is first C<use>d. In 0.09 it gives an error back saying it can't parse it. I can't seem to find WHERE in 0.10 that it is actually wanting to accept the string "now" as a valid date, is this the intended behavior from 0.10 on?
This has been fixed in 0.16. Thanks for the report.