In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/16b638b0a20de774856b3a21a75a5e373af5262c?hp=6388942827925ca053099644443e2cee6e9d7a33>
- Log ----------------------------------------------------------------- commit 16b638b0a20de774856b3a21a75a5e373af5262c Author: Steve Hay <[email protected]> Date: Sat Jan 14 18:29:13 2017 +0000 Finalize perldelta M pod/perldelta.pod commit 5bf1a36c8c8473d7ee564816293f75340beb263c Author: Steve Hay <[email protected]> Date: Sat Jan 14 18:08:39 2017 +0000 5.22.3 and 5.24.1 today (cherry picked from commit 1b3e66e467297f8f5734581caeb89c6c96da0799) M pod/perlhist.pod commit e7c352c123f52977917a31a905b4b5c657b8679b Author: Steve Hay <[email protected]> Date: Sat Jan 14 18:02:23 2017 +0000 Fill in release date in Module::CoreList M dist/Module-CoreList/lib/Module/CoreList.pm ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- pod/perldelta.pod | 2 +- pod/perlhist.pod | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 9e91ed0d8e..a38e9f5df1 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -302,7 +302,7 @@ sub changes_between { 5.025006 => '2016-10-20', 5.025007 => '2016-11-20', 5.025008 => '2016-12-20', - 5.022003 => '????-??-??', + 5.022003 => '2017-01-14', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c8ddcdf326..6923777d49 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -250,7 +250,7 @@ The C<PadlistNAMES> macro is an lvalue again. =head1 Acknowledgements -Perl 5.22.3 represents approximately 8 months of development since Perl 5.22.2 +Perl 5.22.3 represents approximately 9 months of development since Perl 5.22.2 and contains approximately 4,400 lines of changes across 240 files from 20 authors. diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 1aef366f7e..1b2e626bc8 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -572,6 +572,7 @@ the strings?). Steve 5.22.3-RC3 2016-Aug-11 Steve 5.22.3-RC4 2016-Oct-12 Steve 5.22.3-RC5 2017-Jan-02 + Steve 5.22.3 2017-Jan-14 Ricardo 5.23.0 2015-Jun-20 The 5.23 development track Matthew 5.23.1 2015-Jul-20 @@ -595,6 +596,7 @@ the strings?). Steve 5.24.1-RC3 2016-Aug-11 Steve 5.24.1-RC4 2016-Oct-12 Steve 5.24.1-RC5 2017-Jan-02 + Steve 5.24.1 2017-Jan-14 Ricardo 5.25.0 2016-May-09 The 5.25 development track Sawyer X 5.25.1 2016-May-20 -- Perl5 Master Repository
