In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/c22107ad52fa584dce9e90a90961026aafda4dbe?hp=2655290539feadb0e7c92e8ab6f689db7aef963b>
- Log ----------------------------------------------------------------- commit c22107ad52fa584dce9e90a90961026aafda4dbe Author: David Mitchell <da...@iabyn.com> Date: Thu Jul 4 07:00:23 2019 +0100 perldelta: fix typo ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c31e45f987..56f0be1f24 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -363,7 +363,7 @@ well. 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 +builds. Its 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. -- Perl5 Master Repository