summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-17 13:09:16 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-17 13:09:16 +0100
commitdad85efbe2635223efe22200a08c51f70484dc51 (patch)
tree6386203e82b9e3bd723f2886f48421b2f11d89b5
parent6a1b21e654e8c6123887179f0614086700e15e5f (diff)
downloadperl-dad85efbe2635223efe22200a08c51f70484dc51.tar.gz
Module::CoreList - use _22 suffix in $VERSIONs
This is to distinguish the version to be shipped with 5.22.3 from that to be shipped with the concurrent 5.24.1, being released on the same day.
-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 e6d3bc38a0..5edb6f0b36 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160730
+5.20160730_22
- Updated for v5.22.3
5.20160620
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a5d018194f..fe32181db5 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.20160730';
+$VERSION = '5.20160730_22';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -12708,9 +12708,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.022003',
'Config' => '5.022003',
- 'Module::CoreList' => '5.20160730',
- 'Module::CoreList::TieHashDelta'=> '5.20160730',
- 'Module::CoreList::Utils'=> '5.20160730',
+ 'Module::CoreList' => '5.20160730_22',
+ 'Module::CoreList::TieHashDelta'=> '5.20160730_22',
+ 'Module::CoreList::Utils'=> '5.20160730_22',
'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 90a0cc3d8c..5a8160bae9 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.20160730';
+$VERSION = '5.20160730_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 ffb68f4e42..55712824d8 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.20160730';
+$VERSION = '5.20160730_22';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b4806a4d0e..d6891a233b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -46,7 +46,7 @@ L</Reporting Bugs> below.
=item *
-L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20160730.
+L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20160730_22.
=back