summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2023-04-20 18:20:58 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2023-04-20 18:20:58 +0100
commit28399e09d0ac1f7f0d31f7506e7b36f7bb8a0f46 (patch)
tree46fc0c196e4902546c0543bd6b1fafdff4aa0825 /dist
parent2e25d914d700bde5be0d7f5ac4edafdc98532942 (diff)
downloadperl-28399e09d0ac1f7f0d31f7506e7b36f7bb8a0f46.tar.gz
Module::CoreList - complete post-5.37.10 preparation for 5.37.11
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 7 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index f07785a8b1..9dc309c23b 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20230420
+ - Updated for v5.37.11
+
5.20230320
- Updated for v5.37.10
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 100e441d25..1755b78406 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20230320';
+our $VERSION = '5.20230420';
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__) } }
@@ -20226,6 +20226,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.037011',
'Config' => '5.037011',
+ 'Module::CoreList' => '5.20230420',
+ 'Module::CoreList::Utils'=> '5.20230420',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index c880048708..ad53f0d7d0 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20230320';
+our $VERSION = '5.20230420';
our %utilities;
sub utilities {