Add base.pm and fields.pm to the maintainer list.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 Feb 2004 13:32:17 +0000 (13:32 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 Feb 2004 13:32:17 +0000 (13:32 +0000)
Remove a duplicate file from this list.

p4raw-id: //depot/perl@22338

Porting/Maintainers.pl

index ac0848c..7bda1ef 100644 (file)
@@ -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,
                },