In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/45e05241921ae4b742aae3bb04f97028de4b9a92?hp=5a95b9591c28d537f5308294125c8a1100540418>
- Log ----------------------------------------------------------------- commit 45e05241921ae4b742aae3bb04f97028de4b9a92 Author: Steve Hay <[email protected]> Date: Sat Jul 20 13:04:34 2019 +0100 5.31.2 today commit a01eaaa164039ad61c6bc4853a189b42213fcd07 Author: Steve Hay <[email protected]> Date: Sat Jul 20 13:01:46 2019 +0100 Finalize perldelta commit a1cb59382a75a4a2eb6eca427afd085ac931d368 Author: Steve Hay <[email protected]> Date: Sat Jul 20 12:52:53 2019 +0100 Update Module::CoreList for 5.31.2 ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 39 +++++++++++++++++++++++++++++ pod/perldelta.pod | 28 +++++++++++++++++++-- pod/perlhist.pod | 1 + 3 files changed, 66 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 80ef41fa23..87cf7850d3 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -16548,7 +16548,46 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.031002 => { delta_from => 5.031001, changed => { + 'B::Op_private' => '5.031002', 'Config' => '5.031002', + 'Devel::PPPort' => '3.54', + 'Exporter' => '5.74', + 'Exporter::Heavy' => '5.74', + 'IPC::Cmd' => '1.04', + 'JSON::PP' => '4.04', + 'JSON::PP::Boolean' => '4.04', + 'Module::CoreList' => '5.20190720', + 'Module::CoreList::Utils'=> '5.20190720', + 'Opcode' => '1.44', + 'PerlIO::encoding' => '0.28', + 'Pod::Simple' => '3.39', + 'Pod::Simple::BlackBox' => '3.39', + 'Pod::Simple::Checker' => '3.39', + 'Pod::Simple::Debug' => '3.39', + 'Pod::Simple::DumpAsText'=> '3.39', + 'Pod::Simple::DumpAsXML'=> '3.39', + 'Pod::Simple::HTML' => '3.39', + 'Pod::Simple::HTMLBatch'=> '3.39', + 'Pod::Simple::LinkSection'=> '3.39', + 'Pod::Simple::Methody' => '3.39', + 'Pod::Simple::Progress' => '3.39', + 'Pod::Simple::PullParser'=> '3.39', + 'Pod::Simple::PullParserEndToken'=> '3.39', + 'Pod::Simple::PullParserStartToken'=> '3.39', + 'Pod::Simple::PullParserTextToken'=> '3.39', + 'Pod::Simple::PullParserToken'=> '3.39', + 'Pod::Simple::RTF' => '3.39', + 'Pod::Simple::Search' => '3.39', + 'Pod::Simple::SimpleTree'=> '3.39', + 'Pod::Simple::Text' => '3.39', + 'Pod::Simple::TextContent'=> '3.39', + 'Pod::Simple::TiedOutFH'=> '3.39', + 'Pod::Simple::Transcode'=> '3.39', + 'Pod::Simple::TranscodeDumb'=> '3.39', + 'Pod::Simple::TranscodeSmart'=> '3.39', + 'Pod::Simple::XHTML' => '3.39', + 'Pod::Simple::XMLOutStream'=> '3.39', + 'threads::shared' => '1.61', }, removed => { } diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3d0fbac264..f112a53906 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -216,9 +216,33 @@ L<[perl #134295]|https://rt.perl.org/Ticket/Display.html?id=134295> =head1 Acknowledgements -XXX Generate this with: +Perl 5.31.2 represents approximately 4 weeks of development since Perl 5.31.1 +and contains approximately 7,600 lines of changes across 190 files from 16 +authors. - perl Porting/acknowledgements.pl v5.31.1..HEAD +Excluding auto-generated files, documentation and release tools, there were +approximately 3,100 lines of changes to 99 .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.2: + +Alexandr Savca, Chris 'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari +Mannsåker, David Mitchell, H.Merijn Brand, James E Keenan, Karen Etheridge, +Karl Williamson, Nicolas R., Pali, Paul Evans, Richard Leach, Steve Hay, +Svyatoslav, 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 cef9a7715d..5444c48efe 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -672,6 +672,7 @@ the strings?). Sawyer X 5.31.0 2018-May-24 The 5.31 development track Ether 5.31.1 2019-Jun-20 + Steve 5.31.2 2019-Jul-20 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
