summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList.pm
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/Module-CoreList/lib/Module/CoreList.pm
parent2e25d914d700bde5be0d7f5ac4edafdc98532942 (diff)
downloadperl-28399e09d0ac1f7f0d31f7506e7b36f7bb8a0f46.tar.gz
Module::CoreList - complete post-5.37.10 preparation for 5.37.11
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
1 files changed, 3 insertions, 1 deletions
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 => {
}