summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-11-15 13:50:41 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-11-15 13:50:41 +0000
commit5ca0562d78a8ae9769c8d1f620feee9facb84d4b (patch)
tree8802dfb3150898d3529eb772e7bb3997479d2eab
parentb2cc0e565bdf83f90558d5bbc5a4033b46f5070f (diff)
downloadperl-5ca0562d78a8ae9769c8d1f620feee9facb84d4b.tar.gz
Update Module::CoreList dates for RC2
-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 ded350aff8..94d18fcd05 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20151031
+5.20151115
- Updated for v5.22.1
5.20151020
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 95392578b5..8298f89e4a 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.20151031';
+$VERSION = '5.20151115';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -11921,9 +11921,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.022001',
'Config' => '5.022001',
- 'Module::CoreList' => '5.20151031',
- 'Module::CoreList::TieHashDelta'=> '5.20151031',
- 'Module::CoreList::Utils'=> '5.20151031',
+ 'Module::CoreList' => '5.20151115',
+ 'Module::CoreList::TieHashDelta'=> '5.20151115',
+ 'Module::CoreList::Utils'=> '5.20151115',
'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 09d343e843..59be17a468 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.20151031';
+$VERSION = '5.20151115';
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 1672df5a8b..d8b9dc2b83 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.20151031';
+$VERSION = '5.20151115';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6949839e71..6e4435c3b4 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.20151031.
+L<Module::CoreList> has been upgraded from version 5.20150520 to 5.20151115.
=item *