In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/2655290539feadb0e7c92e8ab6f689db7aef963b?hp=41bd5b1176b48bff6dc0491197429c580c47263d>

- Log -----------------------------------------------------------------
commit 2655290539feadb0e7c92e8ab6f689db7aef963b
Author: David Mitchell <da...@iabyn.com>
Date:   Wed Jul 3 21:16:53 2019 +0100

    perldelta entry for v5.31.1-101-g5c696bd319

-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bffe79e86b..c31e45f987 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
 

-- 
Perl5 Master Repository

Reply via email to