diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-21 08:43:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-21 08:43:11 -0700 |
commit | aa80f64f720907b791111a5099b4466af18c3187 (patch) | |
tree | c114634e7e764a42b0ba391d43ec12812559fdb1 /Porting/release_managers_guide.pod | |
parent | b6238bc7af5bdac6f6a7a7bfbb5d493f6db7a707 (diff) | |
download | perl-aa80f64f720907b791111a5099b4466af18c3187.tar.gz |
Clarify the pod.lst instruction in rm guide
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index d93d21aa49..ed378ba3dd 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -938,7 +938,8 @@ version numbers. Then commit the move and the new file. Now you need to update various tables of contents related to perldelta, most of which can be generated automatically. -Edit F<pod.lst>: add the new entry +Edit F<pod.lst>: add the entry for the new perlNNNdelta file (for the +previous version). Manually create a temporary link to the new delta file; normally this is done from the Makefile, but the Makefile is updated by buildtoc, and |