diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-08-03 09:54:45 +0100 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-08-03 10:05:20 +0100 |
commit | ce80ee91989ee573146dc7e43e9149a69f0944a8 (patch) | |
tree | f75c95e35c2fd78ea05db16937968363735efdd0 | |
parent | 00229b9760c339116c7e1e4685b52056da26bb04 (diff) | |
download | perl-ce80ee91989ee573146dc7e43e9149a69f0944a8.tar.gz |
Updated the release_managers_guide with information about how to run checkAUTHORS
-rw-r--r-- | Porting/release_managers_guide.pod | 7 |
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 * |