[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.12-94-g27062ef

Shawn Moore shawn at bestpractical.com
Fri Dec 11 14:52:49 EST 2015


The branch, 4.2-trunk has been updated
       via  27062ef0e8ad32466177f123a9cf6307455bf59c (commit)
       via  4e74300a96710503f0ca68dd1aa92ee38a18dfa3 (commit)
      from  4b5d6a7d822bff8d9d7fefac800a6ff4a1aad1e8 (commit)

Summary of changes:
 sbin/rt-test-dependencies.in | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 4e74300a96710503f0ca68dd1aa92ee38a18dfa3
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 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'}) {

commit 27062ef0e8ad32466177f123a9cf6307455bf59c
Merge: 4b5d6a7 4e74300
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Fri Dec 11 14:52:44 2015 -0500

    Merge branch '4.2/avoid-datetime-locale-1.0' into 4.2-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list