[Rt-commit] rt branch, 4.0/avoid-devel-strack-trace-1.29, created. rt-4.0.8-216-gd589a10

? sunnavy sunnavy at bestpractical.com
Wed Dec 5 20:12:19 EST 2012


The branch, 4.0/avoid-devel-strack-trace-1.29 has been created
        at  d589a1052bc27a227a9d0e8c83013a61696e5b68 (commit)

- Log -----------------------------------------------------------------
commit d589a1052bc27a227a9d0e8c83013a61696e5b68
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Dec 6 09:07:01 2012 +0800

    Devel::StackTrace 1.28/1.29 doesn't work with RT
    
    because it has a serious bug, from 1.30 Changelog:
    
    - There was an eval which did not first localize $@ and $SIG{__DIE__}. This
      broke Plack::Middleware::StackTrace (and possibly other tihngs)..
    
    see also #21648

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 378cea9..71f145b 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -369,6 +369,7 @@ HTML::Entities
 my %AVOID = (
     'DBD::Oracle' => [qw(1.23)],
     'Email::Address' => [qw(1.893 1.894)],
+    'Devel::StackTrace' => [qw(1.28 1.29)],
 );
 
 if ($args{'download'}) {

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


More information about the Rt-commit mailing list