From: Jesse Vincent Date: Thu, 1 Oct 2009 19:37:08 +0000 (+0900) Subject: typo in the release_managers_guide X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73ec421b26a005f7bcd8e8fb2f73599d7da2a8cc;p=p5sagit%2Fp5-mst-13.2.git typo in the release_managers_guide --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index bc2599c..60ef4ef 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -405,7 +405,7 @@ within your working directory: If any of the files managed by F have changed, then you should re-make perl to check that it's okay, then commit the updated versions: - $ git commit -a -m 'make regn; make regn_perly' + $ git commit -a -m 'make regen; make regen_perly' =item *