This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module::CoreList for 5.37.6
authorYves Orton <demerphq@gmail.com>
Mon, 24 Oct 2022 08:54:26 +0000 (10:54 +0200)
committerYves Orton <demerphq@gmail.com>
Mon, 24 Oct 2022 10:32:26 +0000 (12:32 +0200)
In 4ab96809c99e944e70c21779641e4b1c9a00df41 the perl version
data was bumped, without doing any Module-CoreList changes and
now related tests are failing. Release managers guide said to
do:

    ./perl -Ilib Porting/corelist.pl cpan

to update the corelist data, which is this commit. Not sure if
this is 100% the right thing to do, but it makes the test fails
stop for now. Someone who knows this better can do any mop-up.

dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/lib/Module/CoreList/Utils.pm

index 95d0b1d..42157b5 100644 (file)
@@ -1,3 +1,6 @@
+5.20221024
+  - Updated for v5.37.6
+
 5.20221020
   - Updated for v5.37.5
 
index 42e9a04..d6f104a 100644 (file)
@@ -398,6 +398,7 @@ sub changes_between {
     5.037003 => '2022-08-20',
     5.037004 => '2022-09-20',
     5.037005 => '2022-10-20',
+    5.037006 => '2022-10-24',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -19789,6 +19790,30 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.037006 => {
+        delta_from => 5.037005,
+        changed => {
+            'B::Op_private'         => '5.037006',
+            'Config'                => '5.037006',
+            'ExtUtils::CBuilder'    => '0.280238',
+            'ExtUtils::CBuilder::Base'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280238',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280238',
+            'Time::HiRes'           => '1.9772',
+        },
+        removed => {
+        }
+    },
 );
 
 sub is_core
@@ -21134,6 +21159,13 @@ sub is_core
         removed => {
         }
     },
+    5.037006 => {
+        delta_from => 5.037005,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %deprecated = _undelta(\%deprecated);
index 6b3e115..77b5312 100644 (file)
@@ -1846,6 +1846,13 @@ my %delta = (
         removed => {
         }
     },
+    5.037006 => {
+        delta_from => 5.037005,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %utilities = Module::CoreList::_undelta(\%delta);