Path and bug fixes in the release_managers_guide
Jesse Vincent [Fri, 2 Oct 2009 18:17:42 +0000 (03:17 +0900)]
Porting/release_managers_guide.pod

index 1e0851d..4044dd0 100644 (file)
@@ -494,7 +494,7 @@ Finally, commit the new version of Module::CoreList:
 (unless this is for maint; in which case commit it blead first, then
 cherry-pick it back).
 
-    $ git commit -m 'Update Module::CoreList for 5.x.y' ext/Module-CoreList/lib/Module/CoreList.pm
+    $ git commit -m 'Update Module::CoreList for 5.x.y' dist/Module-CoreList/lib/Module/CoreList.pm
 
 =item *