In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d68a48384ff2e631bc3a38a3fdb6c2bc75e0ea9f?hp=4d97b3cc28cd777c5607474f9a98679b04f88a55>
- Log ----------------------------------------------------------------- commit d68a48384ff2e631bc3a38a3fdb6c2bc75e0ea9f Author: David Golden <[email protected]> Date: Thu Mar 1 10:48:28 2012 -0500 Add ambs to Maintainers.pl for ExtUtils::CBuilder ----------------------------------------------------------------------- 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 ee8da8a..5586f42 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -13,6 +13,7 @@ use File::Glob qw(:case); %Maintainers = ( 'abergman' => 'Arthur Bergman <[email protected]>', 'abigail' => 'Abigail <[email protected]>', + 'ambs' => 'Alberto Simões <[email protected]>', 'ams' => 'Abhijit Menon-Sen <[email protected]>', 'andk' => 'Andreas J. Koenig <[email protected]>', 'andya' => 'Andy Armstrong <[email protected]>', @@ -671,7 +672,7 @@ use File::Glob qw(:case); }, 'ExtUtils::CBuilder' => { - 'MAINTAINER' => 'dagolden', + 'MAINTAINER' => 'ambs', 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.280205.tar.gz', 'FILES' => q[dist/ExtUtils-CBuilder], 'UPSTREAM' => 'blead', -- Perl5 Master Repository
