MakeMaker is being split in new sub-distributions on CPAN
Rafael Garcia-Suarez [Thu, 14 Sep 2006 14:18:32 +0000 (14:18 +0000)]
p4raw-id: //depot/perl@28845

Porting/Maintainers.pl

index 43b8602..bcc7761 100644 (file)
@@ -52,6 +52,7 @@ package Maintainers;
        'pvhp'          => 'Peter Prymmer <pvhp@best.com>',
        'rclamp'        => 'Richard Clamp <rclamp@cpan.org>',
        'rgarcia'       => 'Rafael Garcia-Suarez <rgarcia@cpan.org>',
+       'rkobes'        => 'Randy Kobes <rkobes@cpan.org>',
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
@@ -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',