Subject: | Tests broken for DateTime >= 1.00 |
Date: | Tue, 02 Apr 2013 11:01:38 -0500 |
To: | bug-DateTime-Format-Builder [...] rt.cpan.org |
From: | Michael Schout <mschout [...] gkg.net> |
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:
- expect zero padded %j in test
- require DateTime 1.00
Patch attached.
Message body is not shown because sender requested not to inline it.