summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-31 13:48:10 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-31 15:31:32 +0000
commit66daea26d498bc70d7b10240d0704ad09344f712 (patch)
tree18d35cdc53201b8a11d683e4d9c0963e9d8e8393
parent251333d959da64a3a8433b30403ef96096d6b115 (diff)
downloadperl-66daea26d498bc70d7b10240d0704ad09344f712.tar.gz
RMG - Module/CoreList.pod is no longer updated, since 64eeb2c06c
(cherry picked from commit a4a5107a70398a345859cc5ea0ec382b6ecdc9f3)
-rw-r--r--Porting/release_managers_guide.pod13
1 files changed, 2 insertions, 11 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 1a84e83a4e..6a1e8bfacf 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -591,13 +591,11 @@ This will chug for a while, possibly reporting various warnings about
badly-indexed CPAN modules unrelated to the modules actually in core.
Assuming all goes well, it will update
F<dist/Module-CoreList/lib/Module/CoreList.pm> and possibly
-F<dist/Module-CoreList/lib/Module/CoreList.pod> and/or
F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm>.
Check those files over carefully:
$ git diff dist/Module-CoreList/lib/Module/CoreList.pm
- $ git diff dist/Module-CoreList/lib/Module/CoreList.pod
$ git diff dist/Module-CoreList/lib/Module/CoreList/Utils.pm
=head4 Bump version in Module::CoreList F<Changes>
@@ -620,12 +618,6 @@ In addition, 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.
-=item *
-
-Make sure that the script has correctly updated the C<CAVEATS> section
-(Note, the C<CAVEATS> section is in
-F<dist/Module-CoreList/lib/Module/CoreList.pod>)
-
=back
=head4 Commit Module::CoreList changes
@@ -634,7 +626,7 @@ Finally, commit the new version of Module::CoreList:
(unless this is for MAINT; in which case commit it to blead first, then
cherry-pick it back).
- $ git commit -m 'Update Module::CoreList for 5.x.y' dist/Module-CoreList/Changes dist/Module-CoreList/lib/Module/CoreList.pm dist/Module-CoreList/lib/Module/CoreList.pod dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+ $ git commit -m 'Update Module::CoreList for 5.x.y' dist/Module-CoreList/Changes dist/Module-CoreList/lib/Module/CoreList.pm dist/Module-CoreList/lib/Module/CoreList/Utils.pm
=head4 Rebuild and test
@@ -1357,8 +1349,7 @@ Otherwise, run:
$ ./perl -Ilib Porting/corelist.pl cpan
-This will update F<dist/Module-CoreList/lib/Module/CoreList.pm>,
-F<dist/Module-CoreList/lib/Module/CoreList.pod> and
+This will update F<dist/Module-CoreList/lib/Module/CoreList.pm> and
F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm> as it did before,
but this time adding new sections for the next BLEAD-POINT release.