summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-06-29 17:49:45 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-09-08 20:32:48 +0100
commitc2d19e53f13e6b917a193d90f570f9e0e623d263 (patch)
tree7a76346760ed8bfddb95dad9594b847993f0a446
parent9b5b1ee29a1a1a41e25616d29d561f18872cf719 (diff)
downloadperl-c2d19e53f13e6b917a193d90f570f9e0e623d263.tar.gz
Impending 5.27.2 release will be 20 July, not 22 June
(cherry picked from commit 59b1919d934677201186e6267d61208f8f1ac94a)
-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
4 files changed, 7 insertions, 7 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 9efff5629c..982b22457c 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20170622
+5.20170720
- Updated for v5.27.2
5.20170715_24
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index f20c58811a..6336f8973d 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
-$VERSION = '5.20170622';
+$VERSION = '5.20170720';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -14282,9 +14282,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.027002',
'Config' => '5.027002',
- 'Module::CoreList' => '5.20170622',
- 'Module::CoreList::TieHashDelta'=> '5.20170622',
- 'Module::CoreList::Utils'=> '5.20170622',
+ 'Module::CoreList' => '5.20170720',
+ 'Module::CoreList::TieHashDelta'=> '5.20170720',
+ 'Module::CoreList::Utils'=> '5.20170720',
'Unicode' => '10.0.0',
},
removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index cad75a7e3d..e3701a2950 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.20170622';
+$VERSION = '5.20170720';
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 0558f0b96d..2d3cfd42a2 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '5.20170622';
+$VERSION = '5.20170720';
sub utilities {
my $perl = shift;