summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-23 18:42:39 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-23 18:45:59 +0000
commitb7c35859c822f149e6f6e2de9f615f2ea2909209 (patch)
treec082bea850e76f9b7bc1d7e33fb74ed44583e8ff /Porting
parentc24c946d24c97d98baecdbf2c37823b55add8bcb (diff)
downloadperl-b7c35859c822f149e6f6e2de9f615f2ea2909209.tar.gz
t/porting/regen.t can test that META.yml is up to date.
As Porting/makemeta uses regen_lib.pl and rename_if_different(), all that is needed is to pass it --tap on the command line. t/porting/regen.t now tests that all files mentioned in the release managers guide are up to date (and tests will fail if they are not), hence there is now no need for the release manager to explicitly test that generated files are not stale.
Diffstat (limited to 'Porting')
-rw-r--r--Porting/release_managers_guide.pod18
1 files changed, 0 insertions, 18 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 5df693bcd4..c6224ea64a 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -457,24 +457,6 @@ and porting tools:
=item *
-Check that files managed by F<regen.pl> and friends are up to date. From
-within your working directory:
-
- $ git status
- $ make regen_all
- $ make regen_perly
- $ git status
-
-If any of the files managed by F<regen.pl> have changed, then you should
-re-make perl to check that it's okay, then commit the updated versions:
-
- $ git commit -a -m 'make regen; make regen_perly'
-
-(XXX regen might be a problem depending on the bison version available.
-We need to get a wizard to give better instructions on what to do or not do.)
-
-=item *
-
I<You MUST SKIP this step for SNAPSHOT>
Update C<Module::CoreList> with module version data for the new release.