diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-07-04 11:40:33 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-07-04 21:43:40 +0100 |
commit | df1ad5b350d1b7eb152636277e4b2dc7f365d9e5 (patch) | |
tree | d8b0f706d140cc6557ce513a03f273a7f0a81940 /Porting/release_managers_guide.pod | |
parent | 5d39351e67eb72bfed5a68ba3fbe2efc10127782 (diff) | |
download | perl-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.pod | 4 |
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 |