diff options
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 6539f3d29c..f5b7f47b0a 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -543,6 +543,10 @@ C<$Module::CoreList::Utils::VERSION> should always be equal to C<$Module::CoreList::VERSION>. If necessary, bump those two versions to match before proceeding. +The files to modify are: L<dist/Module-CoreList/lib/Module/CoreList.pm>, +L<dist/Module-CoreList/lib/Module/CoreList/Utils.pm> and +L<dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm>. + =head4 Update C<Module::CoreList> with module version data for the new release. Note that if this is a MAINT release, you should run the following actions |