From: David Mitchell Date: Wed, 3 Jul 2019 20:16:53 +0000 (+0100) Subject: perldelta entry for v5.31.1-101-g5c696bd319 X-Git-Tag: v5.31.2~45 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/2655290539feadb0e7c92e8ab6f689db7aef963b?ds=sidebyside perldelta entry for v5.31.1-101-g5c696bd319 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bffe79e..c31e45f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -361,7 +361,11 @@ well. =item * -XXX +The PERL_DESTRUCT_LEVEL environment variable was formerly only honored on +perl binaries built with DEBUGGING support. It it now checked on all perl +builds. It's normal use is to force perl to individually free every block +of memory which it has allocated before exiting, which is useful when +using automated leak detection tools such as valgrind. =back