summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-07-04 11:40:33 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-07-04 21:43:40 +0100
commitdf1ad5b350d1b7eb152636277e4b2dc7f365d9e5 (patch)
treed8b0f706d140cc6557ce513a03f273a7f0a81940 /Porting/release_managers_guide.pod
parent5d39351e67eb72bfed5a68ba3fbe2efc10127782 (diff)
downloadperl-df1ad5b350d1b7eb152636277e4b2dc7f365d9e5.tar.gz
Make the META.yml regen code use regen_lib.pl per the request in release_mananger_guide,
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index e533228da8..c4a73b46df 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -436,10 +436,6 @@ Rebuild META.yml:
$ make META.yml
$ git diff
-XXX it would be nice to make Porting/makemeta use regen_lib.pl
-to get the same 'update the file if its changed' functionality
-we get with 'make regen' etc.
-
Commit META.yml if it has changed:
$ git commit -m 'Update META.yml' META.yml