summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2022-12-21 10:34:31 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2022-12-21 10:34:31 +0000
commit25a56f0d068e15b5f11178eeda8e4664a20fb3c2 (patch)
tree6b836de0e0187a5bae6776a684ef825e63746104
parent63ac4995ed0c88669b5d727355bf5a9683689948 (diff)
downloadperl-25a56f0d068e15b5f11178eeda8e4664a20fb3c2.tar.gz
Prepare Module::Corelist for 5.37.8
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 27 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 049e632993..226da733db 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20221220
+ - Updated for v5.37.8
+
5.20221120
- Updated for v5.37.7
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index b7723f4f0b..e8eebaae50 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -400,6 +400,7 @@ sub changes_between {
5.037005 => '2022-10-20',
5.037006 => '2022-11-20',
5.037007 => '2022-12-20',
+ 5.037008 => '2023-01-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -19899,6 +19900,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.037008 => {
+ delta_from => 5.037007,
+ changed => {
+ 'B::Op_private' => '5.037008',
+ 'Config' => '5.037008',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -21258,6 +21268,13 @@ sub is_core
removed => {
}
},
+ 5.037008 => {
+ delta_from => 5.037007,
+ 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 cb0b3cdb01..4b9f4e78ca 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1860,6 +1860,13 @@ my %delta = (
removed => {
}
},
+ 5.037008 => {
+ delta_from => 5.037007,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);