From: Rafael Garcia-Suarez Date: Thu, 14 Sep 2006 14:18:32 +0000 (+0000) Subject: MakeMaker is being split in new sub-distributions on CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9609638511bc1a81b591358874cb7fb61b2aaede;p=p5sagit%2Fp5-mst-13.2.git MakeMaker is being split in new sub-distributions on CPAN p4raw-id: //depot/perl@28845 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 43b8602..bcc7761 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -52,6 +52,7 @@ package Maintainers; 'pvhp' => 'Peter Prymmer ', 'rclamp' => 'Richard Clamp ', 'rgarcia' => 'Rafael Garcia-Suarez ', + 'rkobes' => 'Randy Kobes ', 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', @@ -235,6 +236,13 @@ package Maintainers; 'CPAN' => 1, }, + 'ExtUtils::Command' => + { + 'MAINTAINER' => 'rkobes', + 'FILES' => q[lib/ExtUtils/Command.pm], + 'CPAN' => 1, + }, + 'ExtUtils::Install' => { @@ -246,11 +254,18 @@ package Maintainers; 'ExtUtils::MakeMaker' => { 'MAINTAINER' => 'mschwern', - 'FILES' => q[lib/ExtUtils/{Command,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP} + 'FILES' => q[lib/ExtUtils/{Command,Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker} lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm], 'CPAN' => 1, }, + 'ExtUtils::Manifest' => + { + 'MAINTAINER' => 'rkobes', + 'FILES' => q[lib/ExtUtils/{Manifest.pm,MANIFEST.SKIP} lib/ExtUtils/t/Manifest.t], + 'CPAN' => 1, + }, + 'ExtUtils::ParseXS' => { 'MAINTAINER' => 'kwilliams',