summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-20 00:39:21 +0100
committerAbigail <abigail@abigail.be>2012-03-20 00:42:04 +0100
commit688b7920048b177348001477c975ca96c37c3e6e (patch)
treec00a7627e4b37b93615fbd8854613ca7d7086c2b
parent564ac620902c38056c0c8bc7099cadf6b5961faa (diff)
downloadperl-688b7920048b177348001477c975ca96c37c3e6e.tar.gz
Point out CoreList's CAVEATS section is in CoreList.pod
Fix the git commit line as well.
-rw-r--r--Porting/release_managers_guide.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index b933feb2d7..a1680ec22e 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -606,6 +606,8 @@ 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
@@ -615,7 +617,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/lib/Module/CoreList.pm
+ $ git commit -m 'Update Module::CoreList for 5.x.y' dist/Module-CoreList/lib/Module/CoreList.pm dist/Module-CoreList/lib/Module/CoreList.pod
=for checklist skip RC