summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2022-12-21 10:41:14 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2022-12-21 10:41:14 +0000
commit81f4fdd02b22307b1419b00cdf59e23a678bc5d5 (patch)
treede383a84df87df657da4220b7dc384f952b03f8f
parent25a56f0d068e15b5f11178eeda8e4664a20fb3c2 (diff)
downloadperl-81f4fdd02b22307b1419b00cdf59e23a678bc5d5.tar.gz
Bump Module-CoreList version
-rw-r--r--dist/Module-CoreList/Changes4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 6 insertions, 4 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 226da733db..bba1cf7250 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,7 +1,7 @@
-5.20221220
+5.20230120
- Updated for v5.37.8
-5.20221120
+5.20221220
- Updated for v5.37.7
5.20221120
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e8eebaae50..7afa2f6168 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.20221220';
+our $VERSION = '5.20230120';
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__) } }
@@ -19905,6 +19905,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.037008',
'Config' => '5.037008',
+ 'Module::CoreList' => '5.20230120',
+ 'Module::CoreList::Utils'=> '5.20230120',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 4b9f4e78ca..a89115c5b0 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.20221220';
+our $VERSION = '5.20230120';
our %utilities;
sub utilities {