diff options
Diffstat (limited to 'Porting')
-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 67cd001798..0bccb5994e 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -570,6 +570,10 @@ Check that file over carefully: $ git diff dist/Module-CoreList/lib/Module/CoreList.pm +If this is a .0 Perl version, add the appropriate lines in F<Corelist.pm> +to alias "5.nnn000" to "5.nnn" in each hash. (If feeling energetic, +amend F<corelist.pl> to automate this.) + =head4 Bump C<$Module::CoreList::VERSION> If necessary, bump C<$Module::CoreList::VERSION> (there's no need to do this for |