In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/855bce9a38fe83707e88a27f961aa4a070555df7?hp=913b4d0bd34c19fcb2616a74f093ec9b6257a8f1>
- Log ----------------------------------------------------------------- commit 855bce9a38fe83707e88a27f961aa4a070555df7 Author: Steve Hay <[email protected]> Date: Sun Oct 20 12:42:47 2019 +0100 5.31.5 today commit f3d30b53556c1c91bd6cb29d1a76d878e2b37beb Author: Steve Hay <[email protected]> Date: Sun Oct 20 12:37:51 2019 +0100 Finalize perldelta commit 6e901dbb6e723d92e1eef04b5b0539011be65f2a Author: Steve Hay <[email protected]> Date: Sun Oct 20 12:32:55 2019 +0100 Update Module::CoreList for 5.31.5 ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 15 +++++++++++++++ pod/perldelta.pod | 27 +++++++++++++++++++++++++-- pod/perlhist.pod | 1 + 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 59decb3c39..c9a2d3a7eb 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -16827,10 +16827,25 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.031005 => { delta_from => 5.031004, changed => { + 'B' => '1.77', + 'B::Deparse' => '1.50', 'B::Op_private' => '5.031005', 'Config' => '5.031005', + 'Devel::PPPort' => '3.54', + 'Digest::MD5' => '2.55_01', + 'Dumpvalue' => '1.21', + 'ExtUtils::CBuilder' => '0.280233', + 'Math::BigFloat' => '1.999817_01', + 'Math::BigInt' => '1.999817_01', + 'Math::BigInt::Calc' => '1.999817_01', + 'Math::BigInt::FastCalc'=> '0.5009', + 'Math::BigInt::Lib' => '1.999817_01', 'Module::CoreList' => '5.20191020', 'Module::CoreList::Utils'=> '5.20191020', + 'Safe' => '2.41', + 'Time::HiRes' => '1.9764', + 'XS::APItest' => '1.04', + 'threads' => '2.23', }, removed => { } diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d413c6b699..6a57a0149f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -245,9 +245,32 @@ L<perldeprecation/In XS code, use of various macros dealing with UTF-8.> =head1 Acknowledgements -XXX Generate this with: +Perl 5.31.5 represents approximately 4 weeks of development since Perl 5.31.4 +and contains approximately 27,000 lines of changes across 610 files from 15 +authors. - perl Porting/acknowledgements.pl v5.31.4..HEAD +Excluding auto-generated files, documentation and release tools, there were +approximately 9,500 lines of changes to 150 .pm, .t, .c and .h files. + +Perl continues to flourish into its fourth decade thanks to a vibrant community +of users and developers. The following people are known to have contributed +the improvements that became Perl 5.31.5: + +Dagfinn Ilmari Mannsåker, David Mitchell, H.Merijn Brand, James E Keenan, Karl +Williamson, Matt Turner, Max Maischein, Nicolas R., Pali, Paul Evans, Paul +Marquess, Peter Eisentraut, Steve Hay, Tomasz Konojacki, 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 diff --git a/pod/perlhist.pod b/pod/perlhist.pod index d5f6c6895d..edbf24052c 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -675,6 +675,7 @@ the strings?). Steve 5.31.2 2019-Jul-20 Tom H 5.31.3 2019-Aug-20 Max M 5.31.4 2019-Sep-20 + Steve 5.31.5 2019-Oct-20 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
