diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-17 13:17:57 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-17 13:17:57 +0100 |
commit | 864cfb225631ce7af92e3ce1e23df7361ef2b192 (patch) | |
tree | 4946640d7459ade2c22c5a0a17bee226f66cb823 | |
parent | b35c9daa7126b1fc7b23b213dc1c82fac49aca29 (diff) | |
download | perl-864cfb225631ce7af92e3ce1e23df7361ef2b192.tar.gz |
Finalize perldelta
-rw-r--r-- | pod/perldelta.pod | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2be118b1f0..9c822a0266 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -34,8 +34,8 @@ switch. =head1 Incompatible Changes -There are no changes intentionally incompatible with 5.24.0. If any exist, -they are bugs, and we request that you submit a report. See +There are no changes intentionally incompatible with Perl 5.24.0. If any +exist, they are bugs, and we request that you submit a report. See L</Reporting Bugs> below. =head1 Modules and Pragmata @@ -88,14 +88,36 @@ B<-Di> switch is working correctly. =head1 Acknowledgements -XXX Generate this with: +Perl 5.24.1 represents approximately 2 months of development since Perl 5.24.0 +and contains approximately 5,700 lines of changes across 45 files from 10 +authors. - perl Porting/acknowledgements.pl v5.24.0..HEAD +Excluding auto-generated files, documentation and release tools, there were +approximately 590 lines of changes to 10 .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.24.1: + +Alex Vandiver, Craig A. Berry, Father Chrysostomos, James E Keenan, Karen +Etheridge, Matthew Horsfall, Ricardo Signes, Sawyer X, Steve Hay, 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 If you find what you think is a bug, you might check the articles recently -posted to the comp.lang.perl.misc newsgroup and the perl bug database at +posted to the comp.lang.perl.misc newsgroup and the Perl bug database at L<https://rt.perl.org/> . There may also be information at L<http://www.perl.org/> , the Perl Home Page. |