summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2017-07-25 06:44:52 -0400
committerJames E Keenan <jkeenan@cpan.org>2017-07-25 07:18:22 -0400
commitecfa068aa0dab432bfdef423766b665be127ef77 (patch)
treedc28cd966cbafdb7f26636d2342bbc31fe3b437d /t/TEST
parent0397beb0d12565d70e168bfea7376e2612a6748a (diff)
downloadperl-ecfa068aa0dab432bfdef423766b665be127ef77.tar.gz
Remove B::Debug from core distribution.
It continues to exist as a CPAN distribution. Increment $B::Terse::VERSION due to change in POD. Remove internal links to B::Debug within two .pod files. For: RT #130410
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index 8509b5659a..e4ab33b9e2 100755
--- a/t/TEST
+++ b/t/TEST
@@ -61,8 +61,7 @@ my %abs = (
'../dist/Tie-File' => 1,
);
-my %temp_no_core =
- ('../cpan/B-Debug' => 1,
+my %temp_no_core = (
'../cpan/Compress-Raw-Bzip2' => 1,
'../cpan/Compress-Raw-Zlib' => 1,
'../cpan/Devel-PPPort' => 1,