This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assimilate Pod-Simple-3.03 to the Perl core
[perl5.git] / Porting / Maintainers.pl
index 643b489..175be9f 100644 (file)
@@ -13,6 +13,7 @@ package Maintainers;
        'abergman'      => 'Arthur Bergman <abergman@cpan.org>',
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
+       'arandal'       => 'Allison Randal <allison@perl.org>',
        'autrijus'      => 'Autrijus Tang <autrijus@cpan.org>',
        'bbb'           => 'Rob Brown <bbb@cpan.org>',
        'craig'         => 'Craig Berry <craigberry@mac.com>',
@@ -458,6 +459,12 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'Pod::Simple' =>
+               'MAINTAINER'    => 'arandal',
+               'FILES'         => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple]
+               'CPAN'          => 1,
+               },
+
        'Pod::LaTeX' =>
                {
                'MAINTAINER'    => 'tjenness',