houseabsolute / DateTime-Format-Builder

Create DateTime parser classes and objects.
http://metacpan.org/release/DateTime-Format-Builder/
Other
0 stars 3 forks source link

Tests broken for DateTime >= 1.00 #3

Closed autarch closed 4 years ago

autarch commented 4 years ago

Migrated from rt.cpan.org #84378 (status was 'new')

Requestors:

Attachments:

From mschout@gkg.net on 2013-04-02 16:01:55 :

This module has the same problem that DateTime::Format::Strptime has. The test that checks %j format does not expect zero-padded days.

This change was intentional in DateTime 1.00.

Fix is same was was applied to DateTime::Format::Strptime 1.53:

Patch attached.

autarch commented 4 years ago

Fixed in 0.81.