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

<http://perl5.git.perl.org/perl.git/commitdiff/4ba46fe91f12bc0d66b74d85d91cb1889089cc29?hp=eb261839aabffdf397fb2860ef005d3e2b5fdb41>

- Log -----------------------------------------------------------------
commit 4ba46fe91f12bc0d66b74d85d91cb1889089cc29
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Sun Jul 17 13:21:29 2016 +0100

    5.22.3-RC1 and 5.24.1-RC1 today
    
    (cherry picked from commit d5ea055af7777dae01aafd5eab0b2d9233acdb9c)

M       pod/perlhist.pod

commit 864cfb225631ce7af92e3ce1e23df7361ef2b192
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Sun Jul 17 13:17:57 2016 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit b35c9daa7126b1fc7b23b213dc1c82fac49aca29
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Sun Jul 17 13:10:13 2016 +0100

    Module::CoreList - use _24 suffix in $VERSIONs
    
    This is to distinguish the version to be shipped with 5.24.1 from that to
    be shipped with the concurrent 5.22.3, being released on the same day.

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

commit 650d31ce15cfca09558b6c531ff4b2daa4a08baa
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Sun Jul 17 13:00:46 2016 +0100

    perldelta - wrapping/formatting tweaks

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                       |  2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm        |  8 +--
 .../lib/Module/CoreList/TieHashDelta.pm            |  2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm  |  2 +-
 pod/perldelta.pod                                  | 67 ++++++++++++++--------
 pod/perlhist.pod                                   |  2 +
 6 files changed, 53 insertions(+), 30 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 0029a9f..9fad1b4 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160730
+5.20160730_24
   - Updated for v5.24.1
 
 5.20160620
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index beef140..4bc2aaf 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';
+$VERSION = '5.20160730_24';
 
 sub _released_order {   # Sort helper, to make '?' sort after everything else
     (substr($released{$a}, 0, 1) eq "?")
@@ -12708,9 +12708,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         changed => {
             'B::Op_private'         => '5.024001',
             'Config'                => '5.024001',
-            'Module::CoreList'      => '5.20160730',
-            'Module::CoreList::TieHashDelta'=> '5.20160730',
-            'Module::CoreList::Utils'=> '5.20160730',
+            'Module::CoreList'      => '5.20160730_24',
+            'Module::CoreList::TieHashDelta'=> '5.20160730_24',
+            'Module::CoreList::Utils'=> '5.20160730_24',
             'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
             'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 90a0cc3..7597ba4 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';
+$VERSION = '5.20160730_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 c998d78..6c4d81b 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';
+$VERSION = '5.20160730_24';
 
 sub utilities {
     my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 929410e..9c822a0 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -14,30 +14,29 @@ L<perl5240delta>, which describes differences between 
5.23.0 and 5.24.0.
 
 =head1 Security
 
-=head2 C<-Di> switch is now required for PerlIO debugging output
+=head2 B<-Di> switch is now required for PerlIO debugging output
 
-Previously PerlIO debugging output would be sent to the file specified
-by the C<PERLIO_DEBUG> environment variable if perl wasn't running
-setuid and the C<-T> or C<-t> switches hadn't been parsed yet.
+Previously PerlIO debugging output would be sent to the file specified by the
+C<PERLIO_DEBUG> environment variable if perl wasn't running setuid and the
+B<-T> or B<-t> switches hadn't been parsed yet.
 
-If perl performed output at a point where it hadn't yet parsed its
-switches this could result in perl creating or overwriting the file
-named by C<PERLIO_DEBUG> even when the C<-T> switch had been supplied.
+If perl performed output at a point where it hadn't yet parsed its switches
+this could result in perl creating or overwriting the file named by
+C<PERLIO_DEBUG> even when the B<-T> switch had been supplied.
 
-Perl now requires the C<-Di> switch to produce PerlIO debugging
-output.  By default this is written to C<stderr>, but can optionally
-be redirected to a file by setting the C<PERLIO_DEBUG> environment
-variable.
+Perl now requires the B<-Di> switch to produce PerlIO debugging output.  By
+default this is written to C<stderr>, but can optionally be redirected to a
+file by setting the C<PERLIO_DEBUG> environment variable.
 
-If perl is running setuid or the C<-T> switch was supplied
-C<PERLIO_DEBUG> is ignored and the debugging output is sent to
-C<stderr> as for any other C<-D> switch.
+If perl is running setuid or the B<-T> switch was supplied C<PERLIO_DEBUG> is
+ignored and the debugging output is sent to C<stderr> as for any other B<-D>
+switch.
 
 =head1 Incompatible Changes
 
-There are no changes intentionally incompatible with 5.24.0.
-If any exist, they are bugs, and we request that you submit a
-report.  See L</Reporting Bugs> below.
+There are no changes intentionally incompatible with Perl 5.24.0.  If any
+exist, they are bugs, and we request that you submit a report.  See
+L</Reporting Bugs> below.
 
 =head1 Modules and Pragmata
 
@@ -47,7 +46,7 @@ report.  See L</Reporting Bugs> below.
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.20160506 to 5.20160730.
+L<Module::CoreList> has been upgraded from version 5.20160506 to 5.20160730_24.
 
 =back
 
@@ -89,14 +88,36 @@ B<-Di> switch is working correctly.
 
 =head1 Acknowledgements
 
-XXX Generate this with:
+Perl 5.24.1 represents approximately 2 months of development since Perl 5.24.0
+and contains approximately 5,700 lines of changes across 45 files from 10
+authors.
 
-  perl Porting/acknowledgements.pl v5.24.0..HEAD
+Excluding auto-generated files, documentation and release tools, there were
+approximately 590 lines of changes to 10 .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, Matthew Horsfall, Ricardo Signes, Sawyer X, 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
+the (very much appreciated) contributors who reported issues to the Perl bug
+tracker.
+
+Many of the changes included in this version originated in the CPAN modules
+included in Perl's core.  We're grateful to the entire CPAN community for
+helping Perl to flourish.
+
+For a more complete list of all of Perl's historical contributors, please see
+the F<AUTHORS> file in the Perl source distribution.
 
 =head1 Reporting Bugs
 
 If you find what you think is a bug, you might check the articles recently
-posted to the comp.lang.perl.misc newsgroup and the perl bug database at
+posted to the comp.lang.perl.misc newsgroup and the Perl bug database at
 L<https://rt.perl.org/> .  There may also be information at
 L<http://www.perl.org/> , the Perl Home Page.
 
@@ -107,8 +128,8 @@ will be sent off to perl...@perl.org to be analysed by the 
Perl porting team.
 
 If the bug you are reporting has security implications which make it
 inappropriate to send to a publicly archived mailing list, then see
-L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
-for details of how to report the issue.
+L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION> for details of how to
+report the issue.
 
 =head1 SEE ALSO
 
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index af4cc80..013acb5 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -567,6 +567,7 @@ the strings?).
  Steve     5.22.1       2015-Dec-13
  Steve     5.22.2-RC1   2016-Apr-10
  Steve     5.22.2       2016-Apr-29
+ Steve     5.22.3-RC1   2016-Jul-17
 
  Ricardo   5.23.0       2015-Jun-20     The 5.23 development track
  Matthew   5.23.1       2015-Jul-20
@@ -585,6 +586,7 @@ the strings?).
  Ricardo   5.24.0-RC4   2016-May-02
  Ricardo   5.24.0-RC5   2016-May-04
  Ricardo   5.24.0       2016-May-09
+ Steve     5.24.1-RC1   2016-Jul-17
 
  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