summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-05-30 12:50:46 +0200
committerSawyer X <xsawyerx@cpan.org>2017-05-30 12:50:46 +0200
commitdee2a2b854fa795f32c15dd400b7d6b4edc0945c (patch)
treec6614bb9cf670991b246a202fdb44c4561d7e803
parent2749d0395cc1e21d69af38cde41490699fc6e3ab (diff)
downloadperl-dee2a2b854fa795f32c15dd400b7d6b4edc0945c.tar.gz
Update Module::CoreList for 5.26.0
-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/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
5 files changed, 8 insertions, 8 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index e137bb3a7b..bd356de6c6 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20170520
+5.20170530
- Updated for v5.26.0
5.20170420
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7e5cd78986..a4868b1485 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use version;
-$VERSION = '5.20170520';
+$VERSION = '5.20170530';
sub _undelta {
my ($delta) = @_;
@@ -14101,9 +14101,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.026000',
'Config' => '5.026',
- 'Module::CoreList' => '5.20170520',
- 'Module::CoreList::TieHashDelta'=> '5.20170520',
- 'Module::CoreList::Utils'=> '5.20170520',
+ 'Module::CoreList' => '5.20170530',
+ 'Module::CoreList::TieHashDelta'=> '5.20170530',
+ 'Module::CoreList::Utils'=> '5.20170530',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 4d4a50f793..a6cdf0badd 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = '5.20170520';
+$VERSION = '5.20170530';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index a25b2448db..b0b02f4c65 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -5,7 +5,7 @@ use warnings;
use vars qw[$VERSION %utilities];
use Module::CoreList;
-$VERSION = '5.20170520';
+$VERSION = '5.20170530';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4f46355451..924ebeaee5 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -882,7 +882,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01.
=item *
-L<Module::CoreList> has been upgraded from version 5.20170420 to 5.20170520.
+L<Module::CoreList> has been upgraded from version 5.20170420 to 5.20170530.
=item *