summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-03-22 22:01:35 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-03-22 22:01:35 +0000
commit1f28511e4fd1afcac02a202b71d6c28369fb0f8d (patch)
treeae6d0cdad7bb9a94e0b389780ca57e19ad4ed741
parentb3c6261faf772365c7813fdde62e37cbbfa9e632 (diff)
downloadperl-1f28511e4fd1afcac02a202b71d6c28369fb0f8d.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 b252b96d0b..fdc438021f 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180315_26
+5.20180414_26
- Updated for v5.26.2
5.20180221
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 6160d1227d..a5892ec3d1 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.20180315_26';
+$VERSION = '5.20180414_26';
sub _undelta {
my ($delta) = @_;
@@ -15378,9 +15378,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.026002',
'Config' => '5.026002',
- 'Module::CoreList' => '5.20180315_26',
- 'Module::CoreList::TieHashDelta'=> '5.20180315_26',
- 'Module::CoreList::Utils'=> '5.20180315_26',
+ 'Module::CoreList' => '5.20180414_26',
+ 'Module::CoreList::TieHashDelta'=> '5.20180414_26',
+ 'Module::CoreList::Utils'=> '5.20180414_26',
'PerlIO::via' => '0.17',
'Term::ReadLine' => '1.17',
'Unicode::UCD' => '0.69',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 62f9116b0a..311c35541b 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_26';
+$VERSION = '5.20180414_26';
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 c6173faf64..3cbe00161c 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.20180315_26';
+$VERSION = '5.20180414_26';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9925e83338..90629327de 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_26 to 5.20180315_26.
+L<Module::CoreList> has been upgraded from version 5.20170922_26 to 5.20180414_26.
=item *