This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Give attributes its own Maintainers.pl entry
[perl5.git] / Porting / Maintainers.pl
index 063c1fe..e0aad66 100755 (executable)
@@ -212,6 +212,13 @@ use File::Glob qw(:case);
        'UPSTREAM'      => 'blead',
        },
 
+    'attributes' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'FILES'         => q[ext/attributes],
+       'UPSTREAM'      => 'blead',
+       },
+
     'autodie' =>
        {
        'MAINTAINER'    => 'pjf',
@@ -1925,7 +1932,6 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'p5p',
        'FILES'         => q[
                                ext/XS-APItest/
-                               ext/attributes/
                                ext/mro/
                                ext/re/
                                lib/AnyDBM_File.{pm,t}