summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-07-04 11:47:34 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-07-04 21:43:40 +0100
commit8f83713a0fdc58e06b20a13df9517aa04e8245cf (patch)
treeb4c4e12659324477f3308414ae5685cecab2519f /Porting
parentde65cabdc74dccd206daa978f3cee256c959e7d3 (diff)
downloadperl-8f83713a0fdc58e06b20a13df9517aa04e8245cf.tar.gz
Remove a release_manager_guide step since it's now been automated away
Diffstat (limited to 'Porting')
-rw-r--r--Porting/release_managers_guide.pod14
1 files changed, 1 insertions, 13 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index c4a73b46df..2de3368e2b 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -419,7 +419,7 @@ Check that files managed by F<regen.pl> and friends are up to date. From
within your working directory:
$ git status
- $ make regen
+ $ make regen_all
$ make regen_perly
$ git status
@@ -430,18 +430,6 @@ re-make perl to check that it's okay, then commit the updated versions:
=item *
-Rebuild META.yml:
-
- $ rm META.yml
- $ make META.yml
- $ git diff
-
-Commit META.yml if it has changed:
-
- $ git commit -m 'Update META.yml' META.yml
-
-=item *
-
I<You MUST SKIP this step for SNAPSHOT>
Update C<Module::Corelist> with module version data for the new release.