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?