In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6c1eaae88de7275e370af4f093763986e62b2852?hp=81324705f2c7c0ac0a06058ac1d066fe9339354a>
- Log ----------------------------------------------------------------- commit 6c1eaae88de7275e370af4f093763986e62b2852 Author: Steve Hay <[email protected]> Date: Sat Sep 12 18:40:54 2015 +0100 5.20.3 today M pod/perlhist.pod commit b55fc902c338825fa489f34f9fb89dfd8a0b98a0 Author: Steve Hay <[email protected]> Date: Sat Sep 12 18:39:49 2015 +0100 Module::CoreList: Fill in date for 5.20.3 release M dist/Module-CoreList/Changes M dist/Module-CoreList/lib/Module/CoreList.pm ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- pod/perlhist.pod | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 22cb9ad..96e0e4c 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,7 +1,7 @@ 5.20150920 - Updated for v5.23.3 -5.20150822 +5.20150912 - Updated for v5.20.3 5.20150820 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 73168fc..d677427 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -282,7 +282,7 @@ sub changes_between { 5.023000 => '2015-06-20', 5.023001 => '2015-07-20', 5.023002 => '2015-08-20', - 5.020003 => '????-??-??', + 5.020003 => '2015-09-12', 5.023003 => '????-??-??', ); @@ -11697,9 +11697,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'Config' => '5.020003', 'Errno' => '1.20_06', - 'Module::CoreList' => '5.20150822', - 'Module::CoreList::TieHashDelta'=> '5.20150822', - 'Module::CoreList::Utils'=> '5.20150822', + 'Module::CoreList' => '5.20150912', + 'Module::CoreList::TieHashDelta'=> '5.20150912', + 'Module::CoreList::Utils'=> '5.20150912', }, removed => { } diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 04d68d6..58b006b 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -542,6 +542,7 @@ the strings?). Steve 5.20.2 2015-Feb-14 Steve 5.20.3-RC1 2015-Aug-22 Steve 5.20.3-RC2 2015-Aug-29 + Steve 5.20.3 2015-Sep-12 Ricardo 5.21.0 2014-May-27 The 5.21 development track Matthew H 5.21.1 2014-Jun-20 -- Perl5 Master Repository
