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

<http://perl5.git.perl.org/perl.git/commitdiff/caf571efd1ab92ed6c7334a30070c0d96f5dfe7e?hp=55acfabdc7e61c9e3607d98a6dbfd77b235c3e73>

- Log -----------------------------------------------------------------
commit caf571efd1ab92ed6c7334a30070c0d96f5dfe7e
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:21:51 2016 +0100

    Bump to RC3

M       META.json
M       patchlevel.h

commit ec44a6a1d868ade144fb5de7d861f26a90ef45cc
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:19:34 2016 +0100

    5.22.3-RC3 and 5.24.1-RC3 today
    
    (cherry picked from commit fd33b5d6d4aa2db94b2ae3f5276ba28f77400937)

M       pod/perlhist.pod

commit 54b21507d2cc9aa77f39ae89be62871725c84e88
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:15:04 2016 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit 51c4e61f1855d39dececfb4755631827233ff934
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:11:44 2016 +0100

    perldelta - Update modules

M       pod/perldelta.pod

commit 88a66be4a5f04ae4a2b2546a2913971810bd3401
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:08:27 2016 +0100

    Update Module-CoreList for 5.22.3-RC3

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
-----------------------------------------------------------------------

Summary of changes:
 META.json                                                |  2 +-
 dist/Module-CoreList/Changes                             |  2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm              |  9 +++++----
 dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm |  2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm        |  2 +-
 patchlevel.h                                             |  1 +
 pod/perldelta.pod                                        | 16 ++++++++++------
 pod/perlhist.pod                                         |  2 ++
 8 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/META.json b/META.json
index 39fa323..28bdd07 100644
--- a/META.json
+++ b/META.json
@@ -112,7 +112,7 @@
          "vxs.inc"
       ]
    },
-   "release_status" : "stable",
+   "release_status" : "testing",
    "resources" : {
       "bugtracker" : {
          "web" : "https://rt.perl.org/";
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 55d9293..1f2a54d 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160730_22
+5.20160819_22
   - Updated for v5.22.3
 
 5.20160720
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index ec0ba0a..b7ca53e 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.20160730_22';
+$VERSION = '5.20160819_22';
 
 sub _released_order {   # Sort helper, to make '?' sort after everything else
     (substr($released{$a}, 0, 1) eq "?")
@@ -12903,9 +12903,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Locale::Maketext'      => '1.26_01',
             'Locale::Maketext::Simple'=> '0.21_01',
             'Memoize'               => '1.03_01',
-            'Module::CoreList'      => '5.20160730_22',
-            'Module::CoreList::TieHashDelta'=> '5.20160730_22',
-            'Module::CoreList::Utils'=> '5.20160730_22',
+            'Module::CoreList'      => '5.20160819_22',
+            'Module::CoreList::TieHashDelta'=> '5.20160819_22',
+            'Module::CoreList::Utils'=> '5.20160819_22',
             'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
@@ -12924,6 +12924,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Net::Ping'             => '2.43_01',
             'Net::SMTP'             => '3.05_01',
             'Net::Time'             => '3.05_01',
+            'Parse::CPAN::Meta'     => '1.4414_001',
             'Pod::Html'             => '1.2201',
             'Pod::Perldoc'          => '3.25_01',
             'Storable'              => '2.53_02',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 5a8160b..d67cdc7 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.20160730_22';
+$VERSION = '5.20160819_22';
 
 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 a4c8bde..a46d436 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.20160730_22';
+$VERSION = '5.20160819_22';
 
 sub utilities {
     my $perl = shift;
diff --git a/patchlevel.h b/patchlevel.h
index 6ebaeb7..fe36880 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,6 +133,7 @@ hunk.
 #  endif
 static const char * const local_patches[] = {
        NULL
+       ,"RC3"
 #ifdef PERL_GIT_UNCOMMITTED_CHANGES
        ,"uncommitted-changes"
 #endif
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bdbdcb9..e79ef72 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -195,7 +195,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01.
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20160730_22.
+L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20160819_22.
 
 =item *
 
@@ -203,6 +203,10 @@ L<Net::Ping> has been upgraded from version 2.43 to 
2.43_01.
 
 =item *
 
+L<Parse::CPAN::Meta> has been upgraded from version 1.4414 to 1.4414_001.
+
+=item *
+
 L<Pod::Html> has been upgraded from version 1.22 to 1.2201.
 
 =item *
@@ -282,20 +286,20 @@ The C<PadlistNAMES> macro is an lvalue again.
 =head1 Acknowledgements
 
 Perl 5.22.3 represents approximately 3 months of development since Perl 5.22.2
-and contains approximately 3,300 lines of changes across 240 files from 16
+and contains approximately 3,400 lines of changes across 240 files from 17
 authors.
 
 Excluding auto-generated files, documentation and release tools, there were
-approximately 1,400 lines of changes to 170 .pm, .t, .c and .h files.
+approximately 1,500 lines of changes to 170 .pm, .t, .c and .h files.
 
 Perl continues to flourish into its third decade thanks to a vibrant community
 of users and developers.  The following people are known to have contributed
 the improvements that became Perl 5.22.3:
 
 Abigail, Alex Vandiver, Aristotle Pagaltzis, Craig A. Berry, David Mitchell,
-Father Chrysostomos, James E Keenan, Karen Etheridge, Karl Williamson, Matthew
-Horsfall, Niko Tyni, Ricardo Signes, Sawyer X, Stevan Little, Steve Hay, Tony
-Cook.
+Father Chrysostomos, James E Keenan, Jarkko Hietaniemi, Karen Etheridge, Karl
+Williamson, Matthew Horsfall, Niko Tyni, Ricardo Signes, Sawyer X, Stevan
+Little, Steve Hay, Tony Cook.
 
 The list above is almost certainly incomplete as it is automatically generated
 from version control history.  In particular, it does not include the names of
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 6b7e08a..ab310b3 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -569,6 +569,7 @@ the strings?).
  Steve     5.22.2       2016-Apr-29
  Steve     5.22.3-RC1   2016-Jul-17
  Steve     5.22.3-RC2   2016-Jul-25
+ Steve     5.22.3-RC3   2016-Aug-11
 
  Ricardo   5.23.0       2015-Jun-20     The 5.23 development track
  Matthew   5.23.1       2015-Jul-20
@@ -589,6 +590,7 @@ the strings?).
  Ricardo   5.24.0       2016-May-09
  Steve     5.24.1-RC1   2016-Jul-17
  Steve     5.24.1-RC2   2016-Jul-25
+ Steve     5.24.1-RC3   2016-Aug-11
 
  Ricardo   5.25.0       2016-May-09     The 5.25 development track
  Sawyer X  5.25.1       2016-May-20

--
Perl5 Master Repository

Reply via email to