mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
One test is skipped if $PERL_DESTRUCT_LEVEL is set and its a DEBUGGING build, as it produces a spurious "Unbalanced string table" warning. However, this warning is emitted on non-DEBUGGING builds too: It's just that until a couple of weeks ago, $PERL_DESTRUCT_LEVEL wasn't honoured on non-DEBUGGING builds, so this was never spotted.