From 7df52b47c78bb2041f50044039f09339a67ae162 Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Wed, 28 Feb 2018 19:51:43 +0000 Subject: Bump perl version to 5.27.5, including Module::CoreList bits (manually cherry picked from commit 1967e4078fc58b815297507a9bd9fc1f9bb34f9e) --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 20 ++++++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 3 files changed, 30 insertions(+) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index c0c5ff18f8..1483c92800 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20171020 + - Updated for v5.27.5 + 5.20170922_24 - Updated for v5.24.3 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index a3a37adeb2..e6abd5cbac 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -317,6 +317,7 @@ sub changes_between { 5.027003 => '2017-08-21', 5.027004 => '2017-09-20', 5.024003 => '2017-09-22', + 5.027005 => '2017-10-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -14436,6 +14437,18 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.027005 => { + delta_from => 5.027004, + changed => { + 'B::Op_private' => '5.027005', + 'Config' => '5.027005', + 'Module::CoreList' => '5.20171020', + 'Module::CoreList::TieHashDelta'=> '5.20171020', + 'Module::CoreList::Utils'=> '5.20171020', + }, + removed => { + } + }, ); sub is_core @@ -15258,6 +15271,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.027005 => { + delta_from => 5.027004, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %deprecated) { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 5fc8645cf1..9ae9be1254 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1320,6 +1320,13 @@ my %delta = ( removed => { } }, + 5.027005 => { + delta_from => 5.027004, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { -- cgit v1.2.1