From: Jesse Vincent Date: Tue, 4 Aug 2009 08:38:30 +0000 (+0100) Subject: Fix corelist generation section of the release manager documentation. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d2c8158ba04df428cbf77fbf1ef994ab616713c;p=p5sagit%2Fp5-mst-13.2.git Fix corelist generation section of the release manager documentation. From: Dave Mitchell Subject: recent changes to Porting/release_managers_guide.pod Message-ID: <20090803225903.GA4204@iabyn.com> --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 2f7728e..14e32ba 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -106,7 +106,7 @@ https://pause.perl.org/, login, then select 'upload file to CPAN'; there should be a "For pumpkings only: Send a CC" tickbox. If not, ask Andreas König to add your ID to the list of people allowed to upload something called perl. You can find Andreas' email address at: - + https://pause.perl.org/pause/query?ACTION=pause_04imprint =item CPAN mirror @@ -538,14 +538,16 @@ Then change to your perl checkout. If you have a local CPAN mirror, run: - $ perl -Ilib Porting/corelist.pl ~/my-cpan-mirror + $ make perl + $ ./perl -Ilib Porting/corelist.pl ~/my-cpan-mirror Otherwise, run: - $ perl -Ilib Porting/corelist.pl cpan + $ make perl + $ ./perl -Ilib Porting/corelist.pl cpan This will chug for a while. Assuming all goes well, it will - update lib/Module/CoreList.pm. +update lib/Module/CoreList.pm. Check that file over carefully: @@ -561,7 +563,17 @@ entry, as that is likely to reflect the previous version number. If this is a final release (rather than a release candidate): - Update this version's entry in the C<%released> hash with today's date. +=over 4 + +=item * + +Update this version's entry in the C<%released> hash with today's date. + +=item * + +Make sure that the script has correctly updated the C section + +=back Finally, commit the new version of Module::CoreList: