summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-07-25 13:04:37 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-07-25 15:36:39 +0100
commit9e01a143b7fab68250d5e07d6897a0f311092e59 (patch)
tree6e83e347a0943918017191f9d2ff017f224c6005 /t/TEST
parent300486474252b1d90b862095774386fe16dbe526 (diff)
downloadperl-9e01a143b7fab68250d5e07d6897a0f311092e59.tar.gz
Revert B::Debug removal
Per perlpolicy, modules need to be deprecated for at least one stable release before removal. This reverts commits ecfa068aa0dab432bfdef423766b665be127ef77 and 6be75e63260512c636a5bdc72bbf4981a37bad7d.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index e4ab33b9e2..8509b5659a 100755
--- a/t/TEST
+++ b/t/TEST
@@ -61,7 +61,8 @@ my %abs = (
'../dist/Tie-File' => 1,
);
-my %temp_no_core = (
+my %temp_no_core =
+ ('../cpan/B-Debug' => 1,
'../cpan/Compress-Raw-Bzip2' => 1,
'../cpan/Compress-Raw-Zlib' => 1,
'../cpan/Devel-PPPort' => 1,