In perl.git, the branch maint-5.22 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9cbffb38735712e3a34e6f537892b6ef06fb815f?hp=d6f717d82a5056c171f8e840fab10fb5fd53afee>

- Log -----------------------------------------------------------------
commit 9cbffb38735712e3a34e6f537892b6ef06fb815f
Author: Steve Hay <[email protected]>
Date:   Fri Apr 29 21:15:30 2016 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit 72ccbefa77099a0bf1b7c2cb9f29685ed7d9938d
Author: Steve Hay <[email protected]>
Date:   Fri Apr 29 21:04:22 2016 +0100

    5.22.2 today

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm
M       pod/perldelta.pod
M       pod/perlhist.pod
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                             |  2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm              | 10 +++++-----
 dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm |  2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm        |  2 +-
 pod/perldelta.pod                                        |  6 +++---
 pod/perlhist.pod                                         |  1 +
 6 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 0baa2a0..b254182 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 f8bd5e0..beeda29 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 e3675d1..4b7c5a5 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 09b2979..cbf1ca9 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 fb8cb2f..c214120 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
@@ -321,8 +321,8 @@ Perl 5.24.0.
 
 =head1 Acknowledgements
 
-Perl 5.22.2 represents approximately 4 months of development since Perl 5.22.1
-and contains approximately 2,900 lines of changes across 110 files from 24
+Perl 5.22.2 represents approximately 5 months of development since Perl 5.22.1
+and contains approximately 3,000 lines of changes across 110 files from 24
 authors.
 
 Excluding auto-generated files, documentation and release tools, there were
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 9c2befb..37bab71 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

--
Perl5 Master Repository

Reply via email to