summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2022-04-20 19:16:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2022-04-20 19:16:38 +0100
commit07b029678a624bee426b185667c612d8029cbc69 (patch)
tree981620930141d96e17b3e8b5b52fa9bee82070fa
parent6cab1cf44f7be9f88ec432e72f6e7d5dcfc54a22 (diff)
downloadperl-07b029678a624bee426b185667c612d8029cbc69.tar.gz
Finalize perldelta
-rw-r--r--pod/perldelta.pod31
1 files changed, 28 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ac93bfddea..66b47d393e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -250,9 +250,34 @@ ACCEPT inside of a C<< (...)+ >> now works as expected.
=head1 Acknowledgements
-XXX Generate this with:
-
- perl Porting/acknowledgements.pl v5.35.10..HEAD
+Perl 5.35.11 represents approximately 4 weeks of development since Perl 5.35.10
+and contains approximately 42,000 lines of changes across 360 files from 24
+authors.
+
+Excluding auto-generated files, documentation and release tools, there were
+approximately 36,000 lines of changes to 250 .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.35.11:
+
+Bram, brian d foy, Dagfinn Ilmari Mannsåker, David Mitchell, Eugen Konkov,
+Graham Knop, Hugo van der Sanden, James E Keenan, Karl Williamson, Leon
+Timmermans, Magnus Woldrich, Neil Bowers, Niyas Sait, Paul Evans, Paul
+Marquess, Ricardo Signes, Richard Leach, Sawyer X, Sergey Poznyakoff, Sisyphus,
+Steve Hay, Todd Rinaldo, Tony Cook, 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