This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add use_versioned_archname to Configure
[perl5.git] / Porting / how_to_write_a_perldelta.pod
index 28389b9..5c2d88c 100644 (file)
@@ -303,15 +303,9 @@ here.
 
 =item Acknowledgements
 
-The list of people to thank goes here.
+Generate this with:
 
-You can find the list of committers and authors by:
-
-  % git log --pretty='format:%an' v5.11.1..HEAD | sort | uniq
-
-And how many files where changed by:
-
-  % git diff --stat=200,200 v5.11.1..HEAD
+  perl Porting/acknowledgements.pl v5.15.0..HEAD
 
 =item Reporting Bugs