This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/Maintainers.pl - Move B and B::Concise to _PERLLIB
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 19 Oct 2013 20:11:32 +0000 (21:11 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Sat, 19 Oct 2013 20:11:32 +0000 (21:11 +0100)
Now that B::Concise has no special MAINTAINER of its own (following commit
b3dcf77564) there is no reason to have it separated from the rest of ext/B
and hence no reason for that not to move to _PERLLIB along with every other
ext/ module.

Porting/Maintainers.pl

index 90df3b8..e7d7126 100755 (executable)
@@ -170,19 +170,6 @@ use File::Glob qw(:case);
         'EXCLUDED'     => [qr{^t/release-.*\.t}],
     },
 
-    'B' => {
-        'FILES'      => q[ext/B],
-        'EXCLUDED'   => [
-            qw( B/Concise.pm
-                t/concise.t
-                ),
-        ],
-    },
-
-    'B::Concise' => {
-        'FILES'      => q[ext/B/B/Concise.pm ext/B/t/concise.t],
-    },
-
     'B::Debug' => {
         'DISTRIBUTION' => 'RURBAN/B-Debug-1.18.tar.gz',
         'FILES'        => q[cpan/B-Debug],
@@ -1371,6 +1358,7 @@ use File::Glob qw(:case);
 
     '_PERLLIB' => {
         'FILES'    => q[
+                ext/B/
                 ext/Devel-Peek/
                 ext/DynaLoader/
                 ext/Errno/