diff options
author | Zefram <zefram@fysh.org> | 2012-05-26 15:01:51 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2012-05-26 15:01:51 +0100 |
commit | 9e83560dcae9214941375b57a89381a3bd0b8ce5 (patch) | |
tree | db7ffe1c5dadddc1425ec8d78f9806dbdded6e61 /Porting | |
parent | d141a985b582d7c33b5c3d09947d9bfa36eadccf (diff) | |
download | perl-9e83560dcae9214941375b57a89381a3bd0b8ce5.tar.gz |
note Module::CoreList issue with .0 versions
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 |