In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2b77641324749a5f46202ca04e08cab759f4b8ea?hp=dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6>
- Log ----------------------------------------------------------------- commit 2b77641324749a5f46202ca04e08cab759f4b8ea Author: James E Keenan <[email protected]> Date: Tue Dec 20 18:07:55 2016 -0500 Bump Module::CoreList version following 5.25.8 release. ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 13 ++++++++++++- dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 ++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index f61914ff42..f393b2f3f6 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -3,7 +3,7 @@ use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated %delta/; use version; -$VERSION = '5.20161220'; +$VERSION = '5.20170120'; sub _undelta { my ($delta) = @_; @@ -317,6 +317,7 @@ sub changes_between { 5.025006 => '2016-10-20', 5.025007 => '2016-11-20', 5.025008 => '2016-12-20', + 5.025009 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -13534,6 +13535,16 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.025009 => { + delta_from => 5.025008, + changed => { + 'Module::CoreList' => '5.20170120', + 'Module::CoreList::TieHashDelta'=> '5.20170120', + 'Module::CoreList::Utils'=> '5.20170120', + }, + removed => { + } + }, ); sub is_core diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 79e344c46a..b088512879 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm @@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta; use strict; use vars qw($VERSION); -$VERSION = '5.20161220'; +$VERSION = '5.20170120'; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 94dac5e22c..b56a47cb76 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -5,7 +5,7 @@ use warnings; use vars qw[$VERSION %utilities]; use Module::CoreList; -$VERSION = '5.20161220'; +$VERSION = '5.20170120'; sub utilities { my $perl = shift; @@ -1212,6 +1212,13 @@ my %delta = ( removed => { } }, + 5.025009 => { + delta_from => 5.025008, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); -- Perl5 Master Repository
