diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-19 21:11:32 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-19 21:11:32 +0100 |
commit | 0921359964d67bae92a65588433c12ee95f29ed4 (patch) | |
tree | f9ce1a281be8c3411cc9d53f113a002434d83280 /Porting/Maintainers.pl | |
parent | d05bf8212aaf3bfe09f1cb842ab7d6a28806b193 (diff) | |
download | perl-0921359964d67bae92a65588433c12ee95f29ed4.tar.gz |
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.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 90df3b8408..e7d712636d 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/ |