In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/cb94c0ba479a77ab1aa4ba3dc308b3117b94129e?hp=d74598f67c6a7840edb232da7587fb7ecd63d7a0>
- Log ----------------------------------------------------------------- commit cb94c0ba479a77ab1aa4ba3dc308b3117b94129e Author: H.Merijn Brand <[email protected]> Date: Tue Aug 18 19:38:51 2009 +0200 Correctly detect NDBM_File availability (cherry picked from commit 7894ad662a3cd2f4ed62524c47717e580145900e) M Configure commit effcffd8d979bb898806ab06797b315ed9835efd Author: Vincent Pit <[email protected]> Date: Tue Aug 18 00:21:07 2009 +0200 Sebastien decided what was the UPSTREAM for his modules (cherry picked from commit 27d8d4f034c50a2472e34bef47d5d2f00c8330c1) M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Configure | 4 ++-- Porting/Maintainers.pl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Configure b/Configure index d7262bb..01fa3c0 100755 --- a/Configure +++ b/Configure @@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Wed Aug 12 09:30:48 CEST 2009 [metaconfig 3.5 PL0] +# Generated on Tue Aug 18 19:22:01 CEST 2009 [metaconfig 3.5 PL0] # (with additional metaconfig patches by [email protected]) cat >c1$$ <<EOF @@ -21725,7 +21725,7 @@ for xxx in $known_extensions ; do esac ;; NDBM_File|ndbm_fil) - case "$i_ndbm" in + case "$d_ndbm" in $define) case "$osname-$use64bitint" in hpux-define) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 92d801d..7a20f6d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -395,7 +395,7 @@ package Maintainers; 't/' => 'lib/', }, 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'CPAN' => @@ -1649,7 +1649,7 @@ package Maintainers; }, ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Term::ANSIColor' => @@ -2031,7 +2031,7 @@ package Maintainers; XSLoader.pm}, # we use XSLoader_pm.PL ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 's2p' => -- Perl5 Master Repository
