Skip to content

Commit 72ccbef

Browse files
committed
5.22.2 today
1 parent d6f717d commit 72ccbef

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

dist/Module-CoreList/Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.20160410
1+
5.20160429
22
- Updated for v5.22.2
33

44
5.20160320

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
44
%bug_tracker %deprecated %delta/;
55
use Module::CoreList::TieHashDelta;
66
use version;
7-
$VERSION = '5.20160410';
7+
$VERSION = '5.20160429';
88

99
sub _released_order { # Sort helper, to make '?' sort after everything else
1010
(substr($released{$a}, 0, 1) eq "?")
@@ -291,7 +291,7 @@ sub changes_between {
291291
5.023007 => '2016-01-20',
292292
5.023008 => '2016-02-20',
293293
5.023009 => '2016-03-20',
294-
5.022002 => '????-??-??',
294+
5.022002 => '2016-04-29',
295295
);
296296

297297
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12375,9 +12375,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
1237512375
'File::Spec::Unix' => '3.56_01',
1237612376
'File::Spec::VMS' => '3.56_01',
1237712377
'File::Spec::Win32' => '3.56_01',
12378-
'Module::CoreList' => '5.20160410',
12379-
'Module::CoreList::TieHashDelta'=> '5.20160410',
12380-
'Module::CoreList::Utils'=> '5.20160410',
12378+
'Module::CoreList' => '5.20160429',
12379+
'Module::CoreList::TieHashDelta'=> '5.20160429',
12380+
'Module::CoreList::Utils'=> '5.20160429',
1238112381
'XS::APItest' => '0.72_01',
1238212382
},
1238312383
removed => {

dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
33
use strict;
44
use vars qw($VERSION);
55

6-
$VERSION = '5.20160410';
6+
$VERSION = '5.20160429';
77

88
sub TIEHASH {
99
my ($class, $changed, $removed, $parent) = @_;

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
66
use Module::CoreList;
77
use Module::CoreList::TieHashDelta;
88

9-
$VERSION = '5.20160410';
9+
$VERSION = '5.20160429';
1010

1111
sub utilities {
1212
my $perl = shift;

pod/perldelta.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ C<canonpath()>">.
7979

8080
=item *
8181

82-
L<Module::CoreList> has been upgraded from version 5.20151213 to 5.20160410.
82+
L<Module::CoreList> has been upgraded from version 5.20151213 to 5.20160429.
8383

8484
The version number of L<Digest::SHA> listed for Perl 5.18.4 was wrong and has
8585
been corrected. Likewise for the version number of L<Config> in 5.18.3 and

pod/perlhist.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ the strings?).
566566
Steve 5.22.1-RC4 2015-Dec-08
567567
Steve 5.22.1 2015-Dec-13
568568
Steve 5.22.2-RC1 2016-Apr-10
569+
Steve 5.22.2 2016-Apr-29
569570

570571
Ricardo 5.23.0 2015-Jun-20 The 5.23 development track
571572
Matthew 5.23.1 2015-Jul-20

0 commit comments

Comments
 (0)