From: David Mitchell Date: Wed, 12 Aug 2009 15:50:09 +0000 (+0100) Subject: release_managers_guide: mention testing perlbug X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47b1f0962035bb360c3ab2d10009defe22415877;p=p5sagit%2Fp5-mst-13.2.git release_managers_guide: mention testing perlbug --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 622c575..1102ca7 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -661,6 +661,30 @@ Install an XS module, for example: I +Check that the C utility works. Try the following: + + $ /path/to/perl/perlbug + ... + Subject: test bug report + Local perl administrator [yourself]: + Editor [vi]: + Module: + Category [core]: + Severity [low]: + (edit report) + Action (Send/Display/Edit/Subject/Save to File): f + Name of file to save message in [perlbug.rep]: + Action (Send/Display/Edit/Subject/Save to File): q + +and carefully examine the output (in F), especially +the "Locally applied patches" section. If everything appears okay, then +try it again, this time actually submitting the bug report. Check that it +shows up, then remember to close it! + +=item * + +I + Wait for the smoke tests to catch up with the commit which this release is based on (or at least the last commit of any consequence).