From 0921359964d67bae92a65588433c12ee95f29ed4 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sat, 19 Oct 2013 21:11:32 +0100 Subject: [PATCH] Porting/Maintainers.pl - Move B and B::Concise to _PERLLIB 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 | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 90df3b8..e7d7126 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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/ -- 2.7.4