]> perl5.git.perl.org Git - perl5.git/commitdiff This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module::CoreList for 5.41.13
authorKaren Etheridge <[email protected]>
Mon, 21 Apr 2025 23:27:15 +0000 (16:27 -0700)
committerKaren Etheridge <[email protected]>
Mon, 21 Apr 2025 23:27:15 +0000 (16:27 -0700)
dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/lib/Module/CoreList/Utils.pm

index 8f14edf34605bc3e1518c3ed98c3dca67dc9c05a..6556a5c093bd3e12a7581d6968ccb9ec9c49923f 100644 (file)
@@ -1,3 +1,6 @@
+5.20250422
+  - Updated for v5.41.13
+
 5.20250421
   - Updated for v5.41.12
 
index 4304c2b05cd2f28ddca4611c011d907014fb9101..a8ecaef490193caad30b744fb91897129eab96e5 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
 
 use version;
-our $VERSION = '5.20250421';
+our $VERSION = '5.20250422';
 
 sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
 sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -439,7 +439,8 @@ sub changes_between {
     5.038004 => '2025-04-13',
     5.040002 => '2025-04-13',
     5.041011 => '2025-04-20',
-    5.041012 => '2025-04-22',
+    5.041012 => '2025-04-21',
+    5.041013 => '2025-04-22',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -23351,6 +23352,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.041013 => {
+        delta_from => 5.041012,
+        changed => {
+            'B::Op_private'         => '5.041013',
+            'Config'                => '5.041013',
+            'Module::CoreList'      => '5.20250422',
+            'Module::CoreList::Utils'=> '5.20250422',
+        },
+        removed => {
+        }
+    },
 );
 
 sub is_core
@@ -24983,6 +24995,13 @@ sub is_core
         removed => {
         }
     },
+    5.041013 => {
+        delta_from => 5.041012,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %deprecated = _undelta(\%deprecated);
index cbee7bf54d6329eb7aae51b7a9745263e33823d2..ef5b8a298e7f43e9855508e0a25304cff5cd1d4b 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Module::CoreList;
 
-our $VERSION = '5.20250421';
+our $VERSION = '5.20250422';
 our %utilities;
 
 sub utilities {
@@ -2140,6 +2140,13 @@ my %delta = (
         removed => {
         }
     },
+    5.041013 => {
+        delta_from => 5.041012,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %utilities = Module::CoreList::_undelta(\%delta);