summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-06-30 17:29:34 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-06-30 17:29:34 +0100
commit6bdc3976792cc460e8a374488a756ed5daffb4ba (patch)
tree625eb16be685dfe0f9da8af026ed8779e7a0dbf1
parentc10a69a7a3e122e90d075b2eeeb8071b8633c02e (diff)
downloadperl-6bdc3976792cc460e8a374488a756ed5daffb4ba.tar.gz
Bump Module-CoreList $VERSION a bit
-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 296e9c1261..901ad8a3d8 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20170312_22
+5.20170715_22
- Updated for v5.22.4
5.20170621
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index edbce25ba5..9ed2fbfb0b 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.20170312_22';
+$VERSION = '5.20170715_22';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -14268,9 +14268,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.022004',
'Config' => '5.022004',
- 'Module::CoreList' => '5.20170312_22',
- 'Module::CoreList::TieHashDelta'=> '5.20170312_22',
- 'Module::CoreList::Utils'=> '5.20170312_22',
+ 'Module::CoreList' => '5.20170715_22',
+ 'Module::CoreList::TieHashDelta'=> '5.20170715_22',
+ 'Module::CoreList::Utils'=> '5.20170715_22',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index b45cf1809a..05e4fa73fa 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.20170312_22';
+$VERSION = '5.20170715_22';
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 99549fb5a8..2694e2599b 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.20170312_22';
+$VERSION = '5.20170715_22';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fe77b2596b..3b90e3c0b3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -126,7 +126,7 @@ XXX
=item *
-L<Module::CoreList> has been upgraded from version 5.20170114_22 to 5.20170312_22.
+L<Module::CoreList> has been upgraded from version 5.20170114_22 to 5.20170715_22.
=item *