summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-03 09:54:45 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-03 23:05:14 +0100
commit8f873e2f59d2caac87960aeda351cd71897ecbf3 (patch)
treedd9a66636e1273fba33fc6f0296d6ca4647404f4 /Porting/release_managers_guide.pod
parented191d29e07ecc501c8e435f687f08e5142f1de2 (diff)
downloadperl-8f873e2f59d2caac87960aeda351cd71897ecbf3.tar.gz
Updated the release_managers_guide with information about how to run checkAUTHORS
(cherry picked from commit ce80ee91989ee573146dc7e43e9149a69f0944a8)
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 142dd425a8..190003471b 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -340,11 +340,10 @@ XXX any other configs?
I<You MAY SKIP this step for SNAPSHOT>
Update F<AUTHORS>, using the C<Porting/checkAUTHORS.pl> script, and if
-necessary, update the script to include new alias mappings.
-
-XXX This script is currently broken (7/2009). It needs updating to work
-with git and a lack of Changes files.
+necessary, update the script to include new alias mappings for porters
+already in F<AUTHORS>
+ $ git log | perl Porting/checkAUTHORS.pl --acknowledged AUTHORS -
=item *