summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-06-19 09:34:18 -0600
committerSawyer X <xsawyerx@cpan.org>2018-06-19 09:36:34 -0600
commit6e7bf791e23d8f23825fe0606f93b1fbe3709186 (patch)
tree422322eb0f14b7e888ab822ce3559b1556dbd61d
parentdd7b110b36096fbaf19da4f35aa326f3dfc50c10 (diff)
downloadperl-6e7bf791e23d8f23825fe0606f93b1fbe3709186.tar.gz
Bump Module::CoreList
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
4 files changed, 5 insertions, 5 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 20d46a2d16..4c50491e7c 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180618
+5.20180619
- 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 739c732649..48924c7bb8 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.20180618';
+our $VERSION = '5.20180619';
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-18',
+ 5.028000 => '2018-06-19',
);
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 63e1d036b1..3901e4d3bb 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.20180618';
+our $VERSION = '5.20180619';
our %utilities;
sub utilities {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 723e740c6f..59a619c36d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -913,7 +913,7 @@ L<Math::BigRat> has been upgraded from version 0.2611 to 0.2613.
=item *
-L<Module::CoreList> has been upgraded from version 5.20170530 to 5.20180618.
+L<Module::CoreList> has been upgraded from version 5.20170530 to 5.20180619.
=item *