From eea5f80281bfc8959933dd4173b75e7ad7c1dc3c Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 17 Apr 2024 15:21:32 +1000 Subject: [PATCH] perldelta updates --- pod/perldelta.pod | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8f7178a483b5..a387aabcea9f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -172,13 +172,14 @@ section. Additionally, the following selected changes have been made: -=head3 L +=head3 L =over 4 =item * -XXX Description of the change here +Added brief documentation for some tools useful when developing perl +itself on Windows or Cygwin. =back @@ -224,7 +225,12 @@ XXX Changes (i.e. rewording) of diagnostic messages go here =item * -XXX Describe change here +L + +Prevent this warning appearing spuriously when checking the heuristic for the +L warning. + +[github #22145] =back @@ -260,7 +266,10 @@ L section, instead. =item * -XXX +You can now separately enable high water mark checks for non-DEBUGGING +or disable them for DEBUGGING builds with C<-Accflags=-DPERL_USE_HWM> +or C<-Accflags=-DPERL_NO_HWM> respectively. The default remains the +same. [github #16607] =back