This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Give DynaLoader its own Maintainers.pl entry
authorFlorian Ragwitz <rafl@debian.org>
Fri, 25 Mar 2011 15:49:24 +0000 (16:49 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Fri, 25 Mar 2011 15:49:24 +0000 (16:49 +0100)
Porting/Maintainers.pl

index ec4eb71..2a26c53 100755 (executable)
@@ -563,6 +563,13 @@ use File::Glob qw(:case);
        'UPSTREAM'      => 'blead',
        },
 
+    'DynaLoader' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'FILES'         => q[ext/DynaLoader],
+       'UPSTREAM'      => 'blead',
+       },
+
     'Encode' =>
        {
        'MAINTAINER'    => 'dankogai',
@@ -1749,7 +1756,6 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'p5p',
        'FILES'         => q[
-                               ext/DynaLoader/
                                ext/Errno
                                ext/Fcntl/
                                ext/File-Glob/