In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c12c012ea04fab2c8df39678065bb0019fa89a0d?hp=f4fd5884a3e7e75114093e337f418d3fce2d2858>
- Log ----------------------------------------------------------------- commit c12c012ea04fab2c8df39678065bb0019fa89a0d Author: Steve Hay <[email protected]> Date: Fri Jun 30 17:30:53 2017 +0100 Bump Module-CoreList $VERSION a bit ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +- pod/perldelta.pod | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index db05d20926..995f5322fb 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -5.20170312_24 +5.20170715_24 - Updated for v5.24.2 5.20170621 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index bd32338b4d..f54c51c1ce 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated %delta/; use Module::CoreList::TieHashDelta; use version; -$VERSION = '5.20170312_24'; +$VERSION = '5.20170715_24'; sub _released_order { # Sort helper, to make '?' sort after everything else (substr($released{$a}, 0, 1) eq "?") @@ -14268,9 +14268,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'B::Op_private' => '5.024002', 'Config' => '5.024002', - 'Module::CoreList' => '5.20170312_24', - 'Module::CoreList::TieHashDelta'=> '5.20170312_24', - 'Module::CoreList::Utils'=> '5.20170312_24', + 'Module::CoreList' => '5.20170715_24', + 'Module::CoreList::TieHashDelta'=> '5.20170715_24', + 'Module::CoreList::Utils'=> '5.20170715_24', }, removed => { } diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 0d0db0c30e..80af77e064 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.20170312_24'; +$VERSION = '5.20170715_24'; 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 bbc655c807..cb79cd4bca 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities]; use Module::CoreList; use Module::CoreList::TieHashDelta; -$VERSION = '5.20170312_24'; +$VERSION = '5.20170715_24'; sub utilities { my $perl = shift; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index efad351d73..0faf484917 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -126,7 +126,7 @@ XXX =item * -L<Module::CoreList> has been upgraded from version 5.20170114_24 to 5.20170312_24. +L<Module::CoreList> has been upgraded from version 5.20170114_24 to 5.20170715_24. =item * -- Perl5 Master Repository
