summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-10-31 13:48:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-10-31 13:48:16 +0000
commit8e725be29686f63c7d37d689bf52d8501a9adcf8 (patch)
tree4b6413cff71e675d0d6e9aaa11b68524e2075d26
parent6b66e943ecd98dd232ef38b9a2df734a459cbab0 (diff)
downloadperl-8e725be29686f63c7d37d689bf52d8501a9adcf8.tar.gz
Update Module-CoreList date: RC1 today
-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
4 files changed, 7 insertions, 7 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 70c262eb1b..ded350aff8 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20151024
+5.20151031
- 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 b9ebc4a848..6501e6353c 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.20151024';
+$VERSION = '5.20151031';
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.20151024',
- 'Module::CoreList::TieHashDelta'=> '5.20151024',
- 'Module::CoreList::Utils'=> '5.20151024',
+ 'Module::CoreList' => '5.20151031',
+ 'Module::CoreList::TieHashDelta'=> '5.20151031',
+ 'Module::CoreList::Utils'=> '5.20151031',
'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 83f2a81cec..09d343e843 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.20151024';
+$VERSION = '5.20151031';
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 8ecea36040..e4d81636cb 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.20151024';
+$VERSION = '5.20151031';
sub utilities {
my $perl = shift;