From: Rafael Garcia-Suarez Date: Wed, 18 Feb 2004 13:32:17 +0000 (+0000) Subject: Add base.pm and fields.pm to the maintainer list. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=adf7fd8780435ef21631ce9befe56b5adf2801fc;p=p5sagit%2Fp5-mst-13.2.git Add base.pm and fields.pm to the maintainer list. Remove a duplicate file from this list. p4raw-id: //depot/perl@22338 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ac0848c..7bda1ef 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -81,6 +81,13 @@ package Maintainers; 'CPAN' => 0, }, + 'base' => + { + 'MAINTAINER' => 'mschwern', + 'FILES' => q[lib/base.pm lib/fields.pm lib/base], + 'CPAN' => 1, + }, + 'bignum' => { 'MAINTAINER' => 'tels', @@ -140,7 +147,7 @@ package Maintainers; 'Digest' => { 'MAINTAINER' => 'gaas', - 'FILES' => q[lib/Digest.pm lib/Digest/base.pm lib/Digest], + 'FILES' => q[lib/Digest.pm lib/Digest], 'CPAN' => 1, },