In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/00b85c8dc22f85cb774547bdae6b547a679d4129?hp=990b874154f30628d631765689b244d540e77075>
- Log ----------------------------------------------------------------- commit 00b85c8dc22f85cb774547bdae6b547a679d4129 Author: Ricardo Signes <[email protected]> Date: Thu Aug 9 10:10:10 2012 -0400 buildtoc is no longer the thing Following these instructions failed, so I checked with Nicholas, whom I knew had done some work on this stuff in the last year. He suggested this change, which worked out. ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index d5fba53..8192bc2 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1171,7 +1171,7 @@ Edit F<pod/perl.pod> to add an entry for the file, e.g.: Then rebuild various files: - $ perl pod/buildtoc --build-all + $ perl Porting/pod_rules.pl Finally, commit: -- Perl5 Master Repository
