[Rt-commit] rt branch, 4.2/perl-5.19-symbol-global-name, created. rt-4.2.2-73-ge01e24f

Alex Vandiver alexmv at bestpractical.com
Thu Feb 13 16:40:20 EST 2014


The branch, 4.2/perl-5.19-symbol-global-name has been created
        at  e01e24f8155a2edfcd43bee215c1f8e088182fd0 (commit)

- Log -----------------------------------------------------------------
commit e01e24f8155a2edfcd43bee215c1f8e088182fd0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Feb 13 16:06:16 2014 -0500

    Bump Symbol::Global::Name dep for 5.19.3 and above
    
    That release includes the equivalent of ed759dbe; we include it
    contengently so that other perl versions do not have an unnecessary
    version bump in a stable series.

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index f852cbb..5c1194f 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -172,6 +172,12 @@ sub text_to_hash {
 
     return %hash;
 }
+sub set_dep {
+    my ($name, $module, $version) = @_;
+    my %list = @{$deps{$name}};
+    $list{$module} = ($version || '');
+    $deps{$name} = [ %list ];
+}
 
 $deps{'CORE'} = [ text_to_hash( << '.') ];
 Apache::Session 1.53
@@ -247,6 +253,8 @@ Tree::Simple 1.04
 UNIVERSAL::require
 XML::RSS 1.05
 .
+set_dep( CORE => 'Symbol::Global::Name' => 0.05 ) if $] >= 5.019003;
+
 
 $deps{'MAILGATE'} = [ text_to_hash( << '.') ];
 Crypt::SSLeay

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


More information about the rt-commit mailing list