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

<http://perl5.git.perl.org/perl.git/commitdiff/1b7abe20fcdca479e5720538eb76c42f71a979c3?hp=864470e44daa6deaeb9457a408563146daffffca>

- Log -----------------------------------------------------------------
commit 1b7abe20fcdca479e5720538eb76c42f71a979c3
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:23:50 2016 +0100

    Bump to RC3

M       META.json
M       patchlevel.h

commit acb70086a8d1ff0eb397cb43961d55cecc83dd8b
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 ce24e425d633f79a8d4288419ff9b37dbebe8a3f
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:16:50 2016 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit 3c27cf26136123940c7b539788626f48b88d660f
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:12:32 2016 +0100

    perldelta - Update modules

M       pod/perldelta.pod

commit 9344dfb0b63edec2649a1e3f4bc09b4a71322329
Author: Steve Hay <[email protected]>
Date:   Thu Aug 11 22:08:57 2016 +0100

    Update Module-CoreList for 5.24.1-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              | 11 ++++++-----
 dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm |  2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm        |  4 ++--
 patchlevel.h                                             |  1 +
 pod/perldelta.pod                                        | 16 ++++++++++------
 pod/perlhist.pod                                         |  2 ++
 8 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/META.json b/META.json
index 86fa43e..220e4c3 100644
--- a/META.json
+++ b/META.json
@@ -111,7 +111,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 7322306..f203f9f 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160730_24
+5.20160819_24
   - Updated for v5.24.1
 
 5.20160720
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 6261994..8a69ceb 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_24';
+$VERSION = '5.20160819_24';
 
 sub _released_order {   # Sort helper, to make '?' sort after everything else
     (substr($released{$a}, 0, 1) eq "?")
@@ -12905,9 +12905,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Math::BigFloat::Trace' => '0.42_01',
             'Math::BigInt::Trace'   => '0.42_01',
             'Memoize'               => '1.03_01',
-            'Module::CoreList'      => '5.20160730_24',
-            'Module::CoreList::TieHashDelta'=> '5.20160730_24',
-            'Module::CoreList::Utils'=> '5.20160730_24',
+            'Module::CoreList'      => '5.20160819_24',
+            'Module::CoreList::TieHashDelta'=> '5.20160819_24',
+            'Module::CoreList::Utils'=> '5.20160819_24',
             'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
@@ -12926,6 +12926,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Net::Ping'             => '2.43_01',
             'Net::SMTP'             => '3.08_01',
             'Net::Time'             => '3.08_01',
+            'Parse::CPAN::Meta'     => '1.4417_001',
             'Pod::Html'             => '1.2201',
             'Pod::Perldoc'          => '3.25_03',
             'Storable'              => '2.56_01',
@@ -13666,7 +13667,7 @@ for my $version (sort { $a <=> $b } keys %delta) {
         }
     },
     5.024001 => {
-        delta_from => 5.024,
+        delta_from => 5.024000,
         changed => {
         },
         removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 7597ba4..56031b6 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_24';
+$VERSION = '5.20160819_24';
 
 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 5730aa2..40bb148 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_24';
+$VERSION = '5.20160819_24';
 
 sub utilities {
     my $perl = shift;
@@ -1179,7 +1179,7 @@ my %delta = (
         }
     },
     5.024001 => {
-        delta_from => 5.024,
+        delta_from => 5.024000,
         changed => {
         },
         removed => {
diff --git a/patchlevel.h b/patchlevel.h
index 0d8ab18..ea04788 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 b7ccb03..3200725 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -191,7 +191,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01.
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.20160506 to 5.20160730_24.
+L<Module::CoreList> has been upgraded from version 5.20160506 to 5.20160819_24.
 
 =item *
 
@@ -199,6 +199,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.4417 to 1.4417_001.
+
+=item *
+
 L<Pod::Html> has been upgraded from version 1.22 to 1.2201.
 
 =item *
@@ -281,19 +285,19 @@ cases such as C<#!/opt/perl64/bin/perl>.
 =head1 Acknowledgements
 
 Perl 5.24.1 represents approximately 3 months of development since Perl 5.24.0
-and contains approximately 6,900 lines of changes across 240 files from 12
+and contains approximately 7,100 lines of changes across 240 files from 13
 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.24.1:
 
-Alex Vandiver, Craig A. Berry, Father Chrysostomos, James E Keenan, Karen
-Etheridge, Leon Timmermans, Matthew Horsfall, Ricardo Signes, Sawyer X,
-Sébastien Aperghis-Tramoni, Steve Hay, Tony Cook.
+Alex Vandiver, Craig A. Berry, Father Chrysostomos, James E Keenan, Jarkko
+Hietaniemi, Karen Etheridge, Leon Timmermans, Matthew Horsfall, Ricardo Signes,
+Sawyer X, Sébastien Aperghis-Tramoni, 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