From: Rafael Garcia-Suarez Date: Sat, 7 Jul 2007 16:49:44 +0000 (+0000) Subject: More missing dual-life modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=791790ba74761c382d19fbfa84ccb24191718b8f;p=p5sagit%2Fp5-mst-13.2.git More missing dual-life modules p4raw-id: //depot/perl@31566 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 767629a..145d25a 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -21,6 +21,7 @@ package Maintainers; 'craig' => 'Craig Berry ', 'dankogai' => 'Dan Kogai ', 'dconway' => 'Damian Conway ', + 'dland' => 'David Landgren ', 'dmanura' => 'David Manura ', 'drolsky' => 'Dave Rolsky ', 'elizabeth' => 'Elizabeth Mattijsen ', @@ -50,6 +51,7 @@ package Maintainers; 'muir' => 'David Muir Sharnoff ', 'neilb' => 'Neil Bowers ', 'nuffin' => 'Yuval Kogman ', + 'nwclark' => 'Nicholas Clark ', 'osfameron' => 'Hakim Cassimally ', 'p5p' => 'perl5-porters ', 'perlfaq' => 'perlfaq-workers ', @@ -300,6 +302,13 @@ package Maintainers; 'CPAN' => 1, }, + 'ExtUtils::Constant' => + { + 'MAINTAINER' => 'nwclark', + 'FILES' => q[lib/ExtUtils/Constant.pm lib/ExtUtils/Constant], + 'CPAN' => 1, + }, + 'ExtUtils::Install' => { @@ -344,6 +353,13 @@ package Maintainers; 'CPAN' => 1, }, + 'File::Path' => + { + 'MAINTAINER' => 'dland', + 'FILES' => q[lib/File/Path.pm lib/File/Path.t], + 'CPAN' => 1, + }, + 'File::Spec' => { 'MAINTAINER' => 'kwilliams',