diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 11:59:03 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 11:59:03 -0400 |
commit | d5bddf6e73535489e587a205e0bfbe9b86aff43f (patch) | |
tree | 75e754c0a287d8c4dd2cbf458b3d506900efcb3d /Porting/release_managers_guide.pod | |
parent | 70ec46731ef1c5ad66aa2b049e0e67633b825801 (diff) | |
download | perl-d5bddf6e73535489e587a205e0bfbe9b86aff43f.tar.gz |
release manager guide notes updatesv5.11.1
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 8c1c51e6ed..5a9e1a6ab6 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -460,7 +460,7 @@ Then change to your perl checkout, and if necessary, $ make perl If this not the first update for this version, first edit -F<ext/Module-CoreList/lib/Module/CoreList.pm> to delete the existing +F<dist/Module-CoreList/lib/Module/CoreList.pm> to delete the existing entries for this version from the C<%released> and C<%version> hashes: they will have a key like C<5.010001> for 5.10.1. @@ -478,11 +478,11 @@ Otherwise, run: This will chug for a while, possibly reporting various warnings about badly-indexed CPABN modules unreltaed to the modules actually in core. Assuming all goes well, it will update -F<ext/Module-CoreList/lib/Module/CoreList.pm>. +F<dist/Module-CoreList/lib/Module/CoreList.pm>. Check that file over carefully: - $ git diff ext/Module-CoreList/lib/Module/CoreList.pm + $ git diff dist/Module-CoreList/lib/Module/CoreList.pm If necessary, bump C<$VERSION> (there's no need to do this for every RC; in RC1, bump the version to a new clean number that will @@ -521,6 +521,8 @@ Check that the manifest is sorted and correct: $ perl Porting/manicheck $ git status + XXX manifest _sorting_ is now checked with make test_porting + Commit MANIFEST if it has changed: $ git commit -m 'Update MANIFEST' MANIFEST |