In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7682ed29a1a27848f952c4d878fd57f25b603d57?hp=f5f5971a32aa536d2fef550b1016dc85a44d04c0>
- Log ----------------------------------------------------------------- commit 7682ed29a1a27848f952c4d878fd57f25b603d57 Author: Steve Hay <[email protected]> Date: Mon Jul 18 19:43:37 2016 +0100 perldelta - Correct references to pre-5.24.0 version The previous stable version was 5.22.0, not 5.23.0. Thanks to ether for the spot. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4d06d45..90d110e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -9,8 +9,8 @@ perldelta - what is new for perl v5.24.1 This document describes differences between the 5.24.0 release and the 5.24.1 release. -If you are upgrading from an earlier release such as 5.23.0, first read -L<perl5240delta>, which describes differences between 5.23.0 and 5.24.0. +If you are upgrading from an earlier release such as 5.22.0, first read +L<perl5240delta>, which describes differences between 5.22.0 and 5.24.0. =head1 Security -- Perl5 Master Repository
