summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2012-05-26 15:01:51 +0100
committerZefram <zefram@fysh.org>2012-05-26 15:01:51 +0100
commit9e83560dcae9214941375b57a89381a3bd0b8ce5 (patch)
treedb7ffe1c5dadddc1425ec8d78f9806dbdded6e61 /Porting
parentd141a985b582d7c33b5c3d09947d9bfa36eadccf (diff)
downloadperl-9e83560dcae9214941375b57a89381a3bd0b8ce5.tar.gz
note Module::CoreList issue with .0 versions
Diffstat (limited to 'Porting')
-rw-r--r--Porting/release_managers_guide.pod4
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