From: Gabor Szabo Date: Mon, 22 Jun 2009 12:55:29 +0000 (+0300) Subject: typos, link to thread with ideas about testing stability of perl and CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1aff535472d727d11eb5c79d9c8b04646b6ce63a;p=p5sagit%2Fp5-mst-13.2.git typos, link to thread with ideas about testing stability of perl and CPAN --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 7cd583d..30c28e3 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -7,7 +7,7 @@ release_managers_guide - Releasing a new version of perl 5.x The release process is primarily executed by the current pumpking. -This documents both helps as a check-list for the pumpking and is +This document both helps as a check-list for the pumpking and is a base for ideas on how the various tasks could be automated or distributed. @@ -20,7 +20,7 @@ and packaging process. =head2 Is it ready? -In this step we need to make sure that +In this step we need to make sure that: =over 4 @@ -37,7 +37,7 @@ which comes down to: for each module that fails its regression tests on $current did it fail identically on $previous? - if yes, "SEP" + if yes, "SEP" (Somebody Else's Problem) else work out why it failed (a bisect is useful for this) attempt to group failure causes @@ -53,6 +53,8 @@ which comes down to: no - note it in perldelta as a significant bugfix (also, try to inform the module's author) +( TBD based on http://www.nntp.perl.org/group/perl.perl5.porters/2009/05/msg146680.html ) + =back