summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-21 11:04:25 +0100
committerYves Orton <demerphq@gmail.com>2023-03-21 12:18:04 +0100
commit2a4ab2705a5be419ea938c09d06d2256ad115d42 (patch)
treec468497b7b7711dab3bfe12a2ec6a6b8f399c0d5 /dist
parent966386b1d80d391fcda81fffd4a13c06905e17cf (diff)
downloadperl-2a4ab2705a5be419ea938c09d06d2256ad115d42.tar.gz
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.
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 24 insertions, 0 deletions
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);