diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 15:25:00 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 15:25:00 +0100 |
commit | 24528e8ebcc78fe7c196143dcf048157e6ffc6ba (patch) | |
tree | efb7e0a4d896b1a7a638a62d3414f1d912716cda | |
parent | 42a3cde12f0f45ddd039878a6424efba18e480c8 (diff) | |
download | perl-24528e8ebcc78fe7c196143dcf048157e6ffc6ba.tar.gz |
Finalize perldelta
-rw-r--r-- | pod/perldelta.pod | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8b6555edce..2607446c7d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -432,9 +432,35 @@ L<[perl #126182]|https://rt.perl.org/Public/Bug/Display.html?id=126182> =head1 Acknowledgements -XXX Generate this with: - - perl Porting/acknowledgements.pl v5.25.2..HEAD +Perl 5.25.3 represents approximately 4 weeks of development since Perl 5.25.2 +and contains approximately 67,000 lines of changes across 510 files from 25 +authors. + +Excluding auto-generated files, documentation and release tools, there were +approximately 40,000 lines of changes to 290 .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.25.3: + +Aaron Crane, Ævar Arnfjörð Bjarmason, Alex Vandiver, Aristotle Pagaltzis, +Chad Granum, Chris 'BinGOs' Williams, Chris Lamb, Craig A. Berry, Dan Collins, +David Mitchell, Father Chrysostomos, H.Merijn Brand, Jarkko Hietaniemi, Karl +Williamson, Lukas Mai, Matthew Horsfall, Salvador Fandiño, Sawyer X, +Sébastien Aperghis-Tramoni, Steffen Müller, Steve Hay, Todd Rinaldo, Tony +Cook, Unicode Consortium, Yves Orton. + +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 |