From 3e14cc163c638e063c3e2a746616e50ecf58e23e Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sat, 21 Sep 2019 00:19:04 +0200 Subject: [PATCH] Add 5.31.5 to Module::CoreList data --- Porting/Maintainers.pl | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 17 +++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 46d82e2..4792b6e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -789,7 +789,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20190820.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20190920.tar.gz', 'FILES' => q[dist/Module-CoreList], }, diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index eace194..9a27ada 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -354,6 +354,7 @@ sub changes_between { 5.031002 => '2019-07-20', 5.031003 => '2019-08-20', 5.031004 => '2019-09-20', + 5.031005 => '2019-10-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -16823,6 +16824,15 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.031005 => { + delta_from => 5.031004, + changed => { + 'B::Op_private' => '5.031005', + 'Config' => '5.031005', + }, + removed => { + } + }, ); sub is_core @@ -17860,6 +17870,13 @@ sub is_core removed => { } }, + 5.031005 => { + delta_from => 5.031004, + changed => { + }, + removed => { + } + }, ); %deprecated = _undelta(\%deprecated); diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 7a4d252..03f2d3c 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1537,6 +1537,13 @@ my %delta = ( removed => { } }, + 5.031005 => { + delta_from => 5.031004, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); -- 1.8.3.1