From 2a4ab2705a5be419ea938c09d06d2256ad115d42 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Tue, 21 Mar 2023 11:04:25 +0100 Subject: Bump version to 5.37.11, update Module-CoreList Module-CoreList was synced with CPAN and had its version in Porting/Maintainers.pl updated. Module-CoreList was also updated by running: ./perl -Ilib Porting/corelist.pl cpan With some manual fixups afterwards to make it pass test. --- dist/Module-CoreList/lib/Module/CoreList.pm | 17 +++++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 2 files changed, 24 insertions(+) (limited to 'dist') diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 46ee4c38bb..100e441d25 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -403,6 +403,7 @@ sub changes_between { 5.037008 => '2023-01-20', 5.037009 => '2023-02-20', 5.037010 => '2023-03-20', + 5.037011 => '2023-04-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -20220,6 +20221,15 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.037011 => { + delta_from => 5.037010, + changed => { + 'B::Op_private' => '5.037011', + 'Config' => '5.037011', + }, + removed => { + } + }, ); sub is_core @@ -21600,6 +21610,13 @@ sub is_core removed => { } }, + 5.037011 => { + delta_from => 5.037010, + 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 aac7f0f01c..c880048708 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1881,6 +1881,13 @@ my %delta = ( removed => { } }, + 5.037011 => { + delta_from => 5.03701, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); -- cgit v1.2.1