summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-12-02 20:45:36 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-12-02 20:45:36 +0000
commit5a5dbc51ae1ddf8fd762c52767bd02e88e83dfa7 (patch)
tree486135aad7732b8b9f56afc850d840cd94275592
parent69fef7c51926a72b5b94d3c08f6fc60161bd3c94 (diff)
downloadperl-5a5dbc51ae1ddf8fd762c52767bd02e88e83dfa7.tar.gz
Update Module::CoreList dates for RC3
-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 0735e2fb41..61e40a89e1 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20151115
+5.20151202
- 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 0b0da9799c..6ac8a3a97b 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.20151115';
+$VERSION = '5.20151202';
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.20151115',
- 'Module::CoreList::TieHashDelta'=> '5.20151115',
- 'Module::CoreList::Utils'=> '5.20151115',
+ 'Module::CoreList' => '5.20151202',
+ 'Module::CoreList::TieHashDelta'=> '5.20151202',
+ 'Module::CoreList::Utils'=> '5.20151202',
'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 59be17a468..b4b8e72d33 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.20151115';
+$VERSION = '5.20151202';
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 b714181c2e..50c4a9af30 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.20151115';
+$VERSION = '5.20151202';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e6cca9d5b9..b4aecb6e0e 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.20151115.
+L<Module::CoreList> has been upgraded from version 5.20150520 to 5.20151202.
=item *