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

index 3e98ade..b64e59c 100755 (executable)
@@ -838,6 +838,13 @@ use File::Glob qw(:case);
        'UPSTREAM'      => undef,
        },
 
+    'File::stat' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'FILES'         => q[lib/File/stat.{pm,t}],
+       'UPSTREAM'      => 'blead',
+       },
+
     'File::Temp' =>
        {
        'MAINTAINER'    => 'tjenness',
@@ -2038,7 +2045,6 @@ use File::Glob qw(:case);
                                lib/ExtUtils/XSSymSet.pm
                                lib/ExtUtils/t/Embed.t
                                lib/ExtUtils/typemap
-                               lib/File/stat.{pm,t}
                                lib/FileHandle.{pm,t}
                                lib/FindBin.{pm,t}
                                lib/Getopt/Std.{pm,t}