summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-10-20 10:52:06 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-20 10:52:06 +0100
commit08ae582399f1b593af889abea6974ad61a75d6e9 (patch)
treea162d706502e481d61394e4640a5056848192a60
parentc599ee2adcd5b290ad6cd9f4f7e0129225231cf7 (diff)
downloadperl-08ae582399f1b593af889abea6974ad61a75d6e9.tar.gz
Finish prepping Module::CoreList for 5.31.5
These bits were missed from commit 3e14cc163c.
-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 afda1a551e..2c906e5da1 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20191020
+ - Updated for v5.31.5
+
5.20190920
- Updated for v5.31.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 9a27ada526..59decb3c39 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.20190920';
+our $VERSION = '5.20191020';
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__) } }
@@ -16829,6 +16829,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.031005',
'Config' => '5.031005',
+ 'Module::CoreList' => '5.20191020',
+ 'Module::CoreList::Utils'=> '5.20191020',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 03f2d3cbe7..d279ee4fa9 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.20190920';
+our $VERSION = '5.20191020';
our %utilities;
sub utilities {