diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-07-25 13:04:37 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-07-25 15:36:39 +0100 |
commit | 9e01a143b7fab68250d5e07d6897a0f311092e59 (patch) | |
tree | 6e83e347a0943918017191f9d2ff017f224c6005 /t/TEST | |
parent | 300486474252b1d90b862095774386fe16dbe526 (diff) | |
download | perl-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-x | t/TEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |