summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-03-22 22:01:03 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-03-22 22:01:03 +0000
commitc79efdcad58f13866eb1547d084970d863900b08 (patch)
tree343e89d43a2d2c3c3fb174babe3263a2c5add632
parentbd3d203f4f4c554623cbd9d149889c9dc2495293 (diff)
downloadperl-c79efdcad58f13866eb1547d084970d863900b08.tar.gz
Bump release date to mid-April
-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 aa0a251cad..04f5d75093 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180315_24
+5.20180414_24
- Updated for v5.24.4
5.20180221
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 92e55a9dd6..81118cb766 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.20180315_24';
+$VERSION = '5.20180414_24';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -15366,9 +15366,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.024004',
'Config' => '5.024004',
- 'Module::CoreList' => '5.20180315_24',
- 'Module::CoreList::TieHashDelta'=> '5.20180315_24',
- 'Module::CoreList::Utils'=> '5.20180315_24',
+ 'Module::CoreList' => '5.20180414_24',
+ 'Module::CoreList::TieHashDelta'=> '5.20180414_24',
+ 'Module::CoreList::Utils'=> '5.20180414_24',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 120e1fc4b8..b6485249e1 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.20180315_24';
+$VERSION = '5.20180414_24';
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 9da58e97cb..ee343bf6d7 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.20180315_24';
+$VERSION = '5.20180414_24';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fac76306b4..3749969a3a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -34,7 +34,7 @@ Bugs> below.
=item *
-L<Module::CoreList> has been upgraded from version 5.20170922_24 to 5.20180315_24.
+L<Module::CoreList> has been upgraded from version 5.20170922_24 to 5.20180414_24.
=back