summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2021-09-21 08:15:03 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2021-09-21 08:15:03 -0400
commit10a9859d73ceeaa26abe7fd651eb536d6f3b331f (patch)
tree3b1b4bdd39c0757957007c1c49fbc5bdcc776217 /dist
parent4b6b6165ecccd54b9fa91b2042c9655ef13dc6cc (diff)
downloadperl-10a9859d73ceeaa26abe7fd651eb536d6f3b331f.tar.gz
Prep Module::CoreList for the 5.35.5 release
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 2dfd33fa6c..6f9183b63e 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20211020
+ - Updated for v5.35.5
+
5.20210920
- Updated for v5.35.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 13d8b8c9f6..7c431b51e3 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.20210920';
+our $VERSION = '5.20211020';
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__) } }
@@ -18865,6 +18865,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.035005',
'Config' => '5.035005',
+ 'Module::CoreList' => '5.20211020',
+ 'Module::CoreList::Utils'=> '5.20211020',
'POSIX' => '2.00',
},
removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index ad76e94974..4f086210d8 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.20210920';
+our $VERSION = '5.20211020';
our %utilities;
sub utilities {