summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-06-05 20:00:50 +0300
committerSawyer X <xsawyerx@cpan.org>2018-06-05 20:00:50 +0300
commit4e413ccfa1c5fbbb1d4ad853fa0d87e0fa78c0ea (patch)
treedd62f8e266e85648c3f3ff89fad0e8feed1bd2a6
parentbe7c34fd515650b5178589f6bbc043bccb4a647c (diff)
downloadperl-4e413ccfa1c5fbbb1d4ad853fa0d87e0fa78c0ea.tar.gz
Update Module::CoreList for 5.28.0-RC2
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 3c446349a7..4ddd015916 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180521
+5.20180605
- Updated for v5.28.0
5.20180420
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e335d7d009..68cacaf963 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.20180521';
+our $VERSION = '5.20180605';
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__) } }
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index b247ade802..302b1a6561 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.20180521';
+our $VERSION = '5.20180605';
our %utilities;
sub utilities {