diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-06-18 15:06:28 -0600 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-18 15:06:28 -0600 |
commit | af74726531295032a9128fa14940e574b8ecbc67 (patch) | |
tree | 07053b3f39fffbc0468a3b1cadd1f8bd9bb4f52d | |
parent | b96ef9c3fbaabdee247f263b09ed5f39bdd1decc (diff) | |
download | perl-af74726531295032a9128fa14940e574b8ecbc67.tar.gz |
Bump Module::CoreList
-rw-r--r-- | dist/Module-CoreList/Changes | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 4 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 854dc30c92..20d46a2d16 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -5.20180606 +5.20180618 - 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 119404dfec..739c732649 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.20180606'; +our $VERSION = '5.20180618'; 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__) } } @@ -333,7 +333,7 @@ sub changes_between { 5.024004 => '2018-04-14', 5.026002 => '2018-04-14', 5.027011 => '2018-04-20', - 5.028000 => '2018-06-06', + 5.028000 => '2018-06-18', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 9d2e9187e9..63e1d036b1 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.20180606'; +our $VERSION = '5.20180618'; our %utilities; sub utilities { |