summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-03-12 13:48:10 +0000
committerSteve Peters <steve@fisharerojo.org>2006-03-12 13:48:10 +0000
commit47f13fd55e4d882bda57d039f2f9bd7f39161c25 (patch)
tree52277a97812da61896f2d3e767b57046b27bd05b /Porting
parent888fea98b0a0f888136baacef34e1416016481b6 (diff)
downloadperl-47f13fd55e4d882bda57d039f2f9bd7f39161c25.tar.gz
Upgrade to Module-Build-0.27_09
p4raw-id: //depot/perl@27481
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl13
1 files changed, 11 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index d8ef76bf0b..b05ae74ffc 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -59,7 +59,8 @@ package Maintainers;
'smccam' => 'Stephen McCamant <smccam@cpan.org>',
'tels' => 'perl_dummy a-t bloodgate.com',
'tomhughes' => 'Tom Hughes <tomhughes@cpan.org>',
- 'tjenness' => 'Tim Jenness <tjenness@cpan.org>'
+ 'tjenness' => 'Tim Jenness <tjenness@cpan.org>',
+ 'yves' => 'Yves Orton <yves@cpan.org>',
);
# The FILES is either filenames, or glob patterns, or directory
@@ -223,10 +224,18 @@ package Maintainers;
'CPAN' => 1,
},
+ 'ExtUtils::Install' =>
+
+ {
+ 'MAINTAINER' => 'yves',
+ 'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm],
+ 'CPAN' => 1,
+ },
+
'ExtUtils::MakeMaker' =>
{
'MAINTAINER' => 'mschwern',
- 'FILES' => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP}
+ 'FILES' => q[lib/ExtUtils/{Command,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP}
lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
'CPAN' => 1,
},