[Rt-commit] rt branch, 4.4.0-releng, updated. rt-4.4.0rc2-4-g32bf800

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


The branch, 4.4.0-releng has been updated
       via  32bf800b1029cc68dbb318edaf0b3e6eb150f399 (commit)
      from  fe8587f74f7ee8264a1c3742f1ff9b54ab7c675d (commit)

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

- Log -----------------------------------------------------------------
commit 32bf800b1029cc68dbb318edaf0b3e6eb150f399
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 33c3d11..575c916 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -403,6 +403,7 @@ File::Dropbox
 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