Point out CoreList's CAVEATS section is in CoreList.pod
authorAbigail <abigail@abigail.be>
Mon, 19 Mar 2012 23:39:21 +0000 (00:39 +0100)
committerAbigail <abigail@abigail.be>
Mon, 19 Mar 2012 23:42:04 +0000 (00:42 +0100)
Fix the git commit line as well.

Porting/release_managers_guide.pod

index b933feb..a1680ec 100644 (file)
@@ -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