From ace6885803467dcfa5af494c1215d0faa0042f88 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 21 Dec 2011 10:22:17 +0100 Subject: [PATCH] Lazier instructions for removing stale perldeltas for 5.x.0-RC0 The previous instructions were unaware that most of what they describe is already automated. --- Porting/release_managers_guide.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index f13f37d..2ee69c9 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -396,10 +396,10 @@ For example, for RC0 of 5.16.0: $ cd pod $ git rm perldelta515*.pod -All mention to them should also be removed. Currently the files that -need to be edited for this task are F, -F, and F (including C<.man>, C<.html>, and -C<.tex> entries for each removed pod). +All mention to them should also be removed. Edit F to remove +them from its table of contents, then run F to +propagate your changes there into all the other files that mention them +(including F). You'll need to C the files that it changes. Then build a clean perl and do a full test -- 1.8.3.1