summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2022-02-27 12:02:51 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2022-02-27 12:02:51 +0000
commit4f1f587ecfbd49d29f4f5ee83bb784a9a9f50324 (patch)
treee77cee370da8ca17a78d682bf542b9dd10e1c694
parent57862b0a77fdcafd49037da85803ebbeec0159b5 (diff)
downloadperl-4f1f587ecfbd49d29f4f5ee83bb784a9a9f50324.tar.gz
Finalize perldelta
-rw-r--r--pod/perldelta.pod28
1 files changed, 26 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 16951f571a..b0e867e29e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -77,9 +77,33 @@ B::Deparse now correctly handles try/catch blocks with more complex scopes.
=head1 Acknowledgements
-XXX Generate this with:
+Perl 5.34.1 represents approximately 9 months of development since Perl 5.34.0
+and contains approximately 4,500 lines of changes across 54 files from 20
+authors.
- perl Porting/acknowledgements.pl v5.34.0..HEAD
+Excluding auto-generated files, documentation and release tools, there were
+approximately 1,100 lines of changes to 13 .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.34.1:
+
+Atsushi Sugawara, Chris 'BinGOs' Williams, Dan Book, Hugo van der Sanden, James
+E Keenan, Karen Etheridge, Leon Timmermans, Matthew Horsfall, Max Maischein,
+Michiel Beijen, Neil Bowers, Nicolas R., Renee Baecker, Ricardo Signes, Richard
+Leach, Sawyer X, Steve Hay, Tomasz Konojacki, 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