summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-12-08 20:30:57 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-12-08 20:30:57 +0000
commit84ab2bbd57b7d6e565de1f0b9571702f95fdd92e (patch)
tree3b042f66a3d648a4dcbeb3cb88025f4a2c94352b
parentb9421838d84883afa03c3d25db50cf55147fe1ff (diff)
downloadperl-84ab2bbd57b7d6e565de1f0b9571702f95fdd92e.tar.gz
Update Module::CoreList dates for RC4
-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 61e40a89e1..5990d2e530 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20151202
+5.20151208
- Updated for v5.22.1
5.20151120
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 6ac8a3a97b..e7e3f6d120 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.20151202';
+$VERSION = '5.20151208';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -12008,9 +12008,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.022001',
'Config' => '5.022001',
- 'Module::CoreList' => '5.20151202',
- 'Module::CoreList::TieHashDelta'=> '5.20151202',
- 'Module::CoreList::Utils'=> '5.20151202',
+ 'Module::CoreList' => '5.20151208',
+ 'Module::CoreList::TieHashDelta'=> '5.20151208',
+ 'Module::CoreList::Utils'=> '5.20151208',
'POSIX' => '1.53_01',
'PerlIO::scalar' => '0.23',
'Storable' => '2.53_01',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index b4b8e72d33..341addbd40 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.20151202';
+$VERSION = '5.20151208';
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 50c4a9af30..fa921877a7 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.20151202';
+$VERSION = '5.20151208';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5189916a33..2049cd28b3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -38,7 +38,7 @@ L<[perl #126319]|https://rt.perl.org/Ticket/Display.html?id=126319>
=item *
-L<Module::CoreList> has been upgraded from version 5.20150520 to 5.20151202.
+L<Module::CoreList> has been upgraded from version 5.20150520 to 5.20151208.
=item *