[Rt-commit] rt branch, 4.2/avoid-datetime-locale-1.0, created. rt-4.2.12-93-g3ff9107
Jim Brandt
jbrandt at bestpractical.com
Fri Dec 11 14:13:45 EST 2015
The branch, 4.2/avoid-datetime-locale-1.0 has been created
at 3ff910703ca7cdb3af3e9c6f3001825793573a62 (commit)
- Log -----------------------------------------------------------------
commit 3ff910703ca7cdb3af3e9c6f3001825793573a62
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Dec 11 14:05:44 2015 -0500
Avoid version 1.01 of DateTime::Locale
DateTime::Locale 1.01 included some changes to locale parsing
including a change in behavior such that en-us, which previously
loaded as a locale, no longer worked. This was updated in
version 1.02. See this ticket for details:
https://rt.cpan.org/Public/Bug/Display.html?id=110244
This was observed in version 1.01, but version 1.00 was the first
to include the large set of changes, so avoid that version as
well.
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 188b52a..343b6a9 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -377,6 +377,7 @@ Pod::Simple 3.24
my %AVOID = (
'DBD::Oracle' => [qw(1.23)],
'Devel::StackTrace' => [qw(1.28 1.29)],
+ 'DateTime::Locale' => [qw(1.00 1.01)]
);
if ($args{'download'}) {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list