summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-06-22 15:47:21 -0600
committerSawyer X <xsawyerx@cpan.org>2018-06-22 15:49:20 -0600
commit55f79f563082a1a4036d8229d3ff467e4c877317 (patch)
treeaa2d93d12a6551d854e69c0b943320d5390d3ffd
parent41dadfe294aaff151015f22b31c446ae26716b60 (diff)
downloadperl-55f79f563082a1a4036d8229d3ff467e4c877317.tar.gz
Bump Module-CoreList
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm8
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
4 files changed, 7 insertions, 7 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 4c50491e7c..e92d830b2d 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180619
+5.20180622
- 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 48924c7bb8..950c15dfc8 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.20180619';
+our $VERSION = '5.20180622';
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-19',
+ 5.028000 => '2018-06-22',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15440,8 +15440,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Archive::Tar::File' => '2.28',
'B::Op_private' => '5.028000',
'Config' => '5.028',
- 'Module::CoreList' => '5.20180606',
- 'Module::CoreList::Utils'=> '5.20180606',
+ 'Module::CoreList' => '5.20180622',
+ 'Module::CoreList::Utils'=> '5.20180622',
'Storable' => '3.08',
'XS::APItest' => '0.98',
'feature' => '1.52',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 3901e4d3bb..7195e1456a 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.20180619';
+our $VERSION = '5.20180622';
our %utilities;
sub utilities {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7fb013d0bf..19bad319b9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -917,7 +917,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.20180619.
+L<Module::CoreList> has been upgraded from version 5.20170530 to 5.20180622.
=item *