summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-21 12:46:55 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-21 13:39:22 -0700
commit8a51675c6cb4113bc879e5f91ac33c4c254c2179 (patch)
tree1746c2fee299c5ac52a6f8c0dcaaafb0d29601db /Porting/release_managers_guide.pod
parentfff96ff7ba60666c4326671f42f6425b50f620f1 (diff)
downloadperl-8a51675c6cb4113bc879e5f91ac33c4c254c2179.tar.gz
Re-clarify the pod.lst instruction
Well, it was unclear enough that I misunderstood it and my previous clarification was wrong. This corrects it.
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index ed378ba3dd..f11736c1f7 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -938,8 +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 entry for the new perlNNNdelta file (for the
-previous version).
+Edit F<pod.lst>: add the new entry for the perlNNNdelta file for the
+current version (the file that will be symlinked to perldelta).
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