summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-04-29 21:04:22 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-04-29 21:04:22 +0100
commit72ccbefa77099a0bf1b7c2cb9f29685ed7d9938d (patch)
tree0f6e10acf8001998996667f86c26ef338defe859
parentd6f717d82a5056c171f8e840fab10fb5fd53afee (diff)
downloadperl-72ccbefa77099a0bf1b7c2cb9f29685ed7d9938d.tar.gz
5.22.2 today
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm10
-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
-rw-r--r--pod/perlhist.pod1
6 files changed, 10 insertions, 9 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 0baa2a0147..b254182a07 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160410
+5.20160429
- Updated for v5.22.2
5.20160320
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index f8bd5e06e6..beeda29d02 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.20160410';
+$VERSION = '5.20160429';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -291,7 +291,7 @@ sub changes_between {
5.023007 => '2016-01-20',
5.023008 => '2016-02-20',
5.023009 => '2016-03-20',
- 5.022002 => '????-??-??',
+ 5.022002 => '2016-04-29',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12375,9 +12375,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'File::Spec::Unix' => '3.56_01',
'File::Spec::VMS' => '3.56_01',
'File::Spec::Win32' => '3.56_01',
- 'Module::CoreList' => '5.20160410',
- 'Module::CoreList::TieHashDelta'=> '5.20160410',
- 'Module::CoreList::Utils'=> '5.20160410',
+ 'Module::CoreList' => '5.20160429',
+ 'Module::CoreList::TieHashDelta'=> '5.20160429',
+ 'Module::CoreList::Utils'=> '5.20160429',
'XS::APItest' => '0.72_01',
},
removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index e3675d14b6..4b7c5a51aa 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.20160410';
+$VERSION = '5.20160429';
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 09b2979a90..cbf1ca92b1 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.20160410';
+$VERSION = '5.20160429';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fb8cb2f1a1..d8419c9eb9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -79,7 +79,7 @@ C<canonpath()>">.
=item *
-L<Module::CoreList> has been upgraded from version 5.20151213 to 5.20160410.
+L<Module::CoreList> has been upgraded from version 5.20151213 to 5.20160429.
The version number of L<Digest::SHA> listed for Perl 5.18.4 was wrong and has
been corrected. Likewise for the version number of L<Config> in 5.18.3 and
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 9c2befb440..37bab7123d 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -566,6 +566,7 @@ the strings?).
Steve 5.22.1-RC4 2015-Dec-08
Steve 5.22.1 2015-Dec-13
Steve 5.22.2-RC1 2016-Apr-10
+ Steve 5.22.2 2016-Apr-29
Ricardo 5.23.0 2015-Jun-20 The 5.23 development track
Matthew 5.23.1 2015-Jul-20