[Rt-commit] rt branch, 4.0/avoid-datetime-locale-1.00-1.01, created. rt-4.0.24-48-gf2aeefb

Brian Duggan brian at bestpractical.com
Tue May 23 14:03:58 EDT 2017


The branch, 4.0/avoid-datetime-locale-1.00-1.01 has been created
        at  f2aeefbba20a9cb83d21136bd626cb0a0e7df396 (commit)

- Log -----------------------------------------------------------------
commit f2aeefbba20a9cb83d21136bd626cb0a0e7df396
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.
    
    Fixes: I#31542

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 9f0a4ff..8a2b9a9 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -386,6 +386,7 @@ my %AVOID = (
     'DBD::Oracle' => [qw(1.23)],
     'Email::Address' => [qw(1.893 1.894)],
     '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