diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 00:18:37 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 15:21:44 +0000 |
commit | 2114bca7f178062ed99f0be36967aa227213041e (patch) | |
tree | f8698d60f0ed77542d20b9dbec1901a2eba2cffc | |
parent | ef86391b8692b15a2d75a530b6df2b6a68843cc2 (diff) | |
download | perl-2114bca7f178062ed99f0be36967aa227213041e.tar.gz |
pod/perldelta.pod: fill in Acknowledgements for 5.13.10
Fill in the Acknowledgements in pod/perldelta.pod for 5.13.10, quoth
Porting/release_managers_guide.pod:
"Finalize the perldelta. In particular, fill in the
Acknowledgements section. You can generate a list of contributors
with checkAUTHORS.pl"
The 63000 lines of changes is the sum of added and deleted in:
git diff --stat v5.13.9..blead
-rw-r--r-- | pod/perldelta.pod | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ca4b980028..4053050921 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -765,7 +765,19 @@ point it is. =head1 Acknowledgements -XXX The list of people to thank goes here. +Perl 5.13.10 represents approximately one month of development since +Perl 5.13.9 and contains approximately 63000 lines of changes across +609 files from 38 authors and committers: + +Abigail, Alexander Hartmaier, brian d foy, Charles Bailey, Chip +Salzenberg, Chris 'BinGOs' Williams, Craig A. Berry, Curtis Jewell, +Dave Rolsky, David Golden, David Leadbeater, David Mitchell, David +Wheeler, Father Chrysostomos, Florian Ragwitz, Franz Fasching, George +Greer, H.Merijn Brand, Hongwen Qiu, Hugo van der Sanden, Jay Hannah, +Jesse Vincent, Karl Williamson, Larwan Berke, Leon Timmermans, Michael +Breen, Michael Stevens, Nicholas Clark, Noirin Shirley, Paul Evans, +Peter John Acklam, Ricardo Signes, Robin Barker, Steven Schubiger, Tom +Christiansen, Tony Cook, Zsbán Ambrus and Ævar Arnfjörð Bjarmason =head1 Reporting Bugs |