From ee8180b8c5e0aa1d8498288146010a6a1c495452 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 17 May 2017 23:07:10 -0600 Subject: [PATCH] perldelta: Don't mention development release numbers We have agreed in previous years that this is distracting detail to someone reading the stable release notes. There is still one left, but I ran out of time tonight to figure out what to say. --- pod/perldelta.pod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2494516..f5d8dfa 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -737,14 +737,14 @@ L has been upgraded from version 2.80 to 2.88. L has been upgraded from version 2.17 to 2.19. -This module's default mode is no longer supported as of Perl 5.25.3. It now +This module's default mode is no longer supported. It now dies when imported, unless the C option is being used. =item * L has been upgraded from version 0.12 to 0.13. -This module is no longer supported as of Perl 5.25.3. It emits a warning to +This module is no longer supported. It emits a warning to that effect and then does nothing. =item * @@ -3069,8 +3069,7 @@ GitHub|https://github.com/apache/mod_perl/commit/82827132efd3c2e25cc413c85af61bb =item * -Parsing bad POSIX charclasses no longer leaks memory. This was fixed in Perl -5.25.2 +Parsing bad POSIX charclasses no longer leaks memory. L<[perl #128313]|https://rt.perl.org/Public/Bug/Display.html?id=128313> =item * -- 1.8.3.1