In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e52529ca2472f8f4697aeab0a74a65c9c5189801?hp=681a49bfebe715e645e428b1b7cc1976507eb70f>
- Log ----------------------------------------------------------------- commit e52529ca2472f8f4697aeab0a74a65c9c5189801 Author: Rafael Garcia-Suarez <[email protected]> Date: Mon Sep 3 17:39:41 2012 +0200 Make XSLoader's UPSTREAM as undef The upstream is supposed to be "blead", but the CPAN version of XSLoader 0.16 and the one that has shipped with perl 5.17.3 are different (doc changes only). The problem (cmp_version.t failing) should disappear after the next perl release. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a422184..a228103 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -2132,7 +2132,8 @@ use File::Glob qw(:case); ), 'XSLoader.pm', # we use XSLoader_pm.PL ], - 'UPSTREAM' => 'blead', + # Revert UPSTREAM to 'blead' after 0.17 is released + 'UPSTREAM' => undef, }, 's2p' => { -- Perl5 Master Repository
