In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5b5ceca34e06fac72032a14aa226ccb3f811d615?hp=e232e1471fc6854903502b7d210a17ada02fa6ac>
- Log ----------------------------------------------------------------- commit 5b5ceca34e06fac72032a14aa226ccb3f811d615 Author: Steve Hay <[email protected]> Date: Sat Aug 22 21:27:24 2015 +0100 Perl 5.20.3-RC1 today M pod/perlhist.pod commit 2490a830cc5124258e307d7ed24ab4d3df629d68 Author: Steve Hay <[email protected]> Date: Sat Aug 22 21:22:37 2015 +0100 Import Module::CoreList changes for 5.20.3-RC1 M dist/Module-CoreList/Changes M dist/Module-CoreList/lib/Module/CoreList.pm M dist/Module-CoreList/lib/Module/CoreList/Utils.pm ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 20 ++++++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ pod/perlhist.pod | 1 + 4 files changed, 31 insertions(+) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 1bf1a50..22cb9ad 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,6 +1,9 @@ 5.20150920 - Updated for v5.23.3 +5.20150822 + - Updated for v5.20.3 + 5.20150820 - Updated for v5.23.2 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index a32a117..73168fc 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -282,6 +282,7 @@ sub changes_between { 5.023000 => '2015-06-20', 5.023001 => '2015-07-20', 5.023002 => '2015-08-20', + 5.020003 => '????-??-??', 5.023003 => '????-??-??', ); @@ -11691,6 +11692,18 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.020003 => { + delta_from => 5.020002, + changed => { + 'Config' => '5.020003', + 'Errno' => '1.20_06', + 'Module::CoreList' => '5.20150822', + 'Module::CoreList::TieHashDelta'=> '5.20150822', + 'Module::CoreList::Utils'=> '5.20150822', + }, + removed => { + } + }, 5.023003 => { delta_from => 5.023002, changed => { @@ -12277,6 +12290,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.020003 => { + delta_from => 5.020002, + changed => { + }, + removed => { + } + }, 5.023003 => { delta_from => 5.023002, changed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index c2745ed..2775586 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1073,6 +1073,13 @@ my %delta = ( removed => { } }, + 5.020003 => { + delta_from => 5.020002, + changed => { + }, + removed => { + } + }, 5.023003 => { delta_from => 5.023002, changed => { diff --git a/pod/perlhist.pod b/pod/perlhist.pod index b979295..8c03c29 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -540,6 +540,7 @@ the strings?). Steve 5.20.1 2014-Sep-14 Steve 5.20.2-RC1 2015-Jan-31 Steve 5.20.2 2015-Feb-14 + Steve 5.20.3-RC1 2015-Aug-22 Ricardo 5.21.0 2014-May-27 The 5.21 development track Matthew H 5.21.1 2014-Jun-20 -- Perl5 Master Repository
