This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though.
authorSteve Peters <steve@fisharerojo.org>
Tue, 27 Dec 2005 18:36:19 +0000 (18:36 +0000)
committerSteve Peters <steve@fisharerojo.org>
Tue, 27 Dec 2005 18:36:19 +0000 (18:36 +0000)
p4raw-id: //depot/perl@26504

Porting/Maintainers.pl

index 175be9f..bf434fb 100644 (file)
@@ -449,7 +449,7 @@ package Maintainers;
        'Pod::Escapes' =>
                 {
                 'MAINTAINER'    => 'sburke',
-                'FILES'         => q[lib/Pod/Escapes.pm lib/Pod/Escapes]
+                'FILES'         => q[lib/Pod/Escapes.pm lib/Pod/Escapes],
                 'CPAN'          => 1,
                 },
 
@@ -460,8 +460,9 @@ package Maintainers;
                },
 
         'Pod::Simple' =>
+                {
                'MAINTAINER'    => 'arandal',
-               'FILES'         => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple]
+               'FILES'         => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple],
                'CPAN'          => 1,
                },