summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-11-11 11:54:52 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-02-24 08:20:50 +0000
commitbe79cfcd85fc1bc94d73d2a4561044092ac425f8 (patch)
tree0a8ab390261637954bccdef5c8cab102e939e74d /Porting
parent66c3ccf62145edb07b0aface8b371e50d37bc41a (diff)
downloadperl-be79cfcd85fc1bc94d73d2a4561044092ac425f8.tar.gz
RMG: break a list over multiple lines
I found these three similar filenames hard to read when flowed into a single paragraph. (cherry picked from commit 77087aae3c818e7cc72eaa85f8005396c5addd5e)
Diffstat (limited to 'Porting')
-rw-r--r--Porting/release_managers_guide.pod20
1 files changed, 17 insertions, 3 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 56b8847ec2..8014e2cd06 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -597,9 +597,23 @@ 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: F<dist/Module-CoreList/lib/Module/CoreList.pm>,
-F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm> and
-F<dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm>.
+The files to modify are:
+
+=over 4
+
+=item *
+
+F<dist/Module-CoreList/lib/Module/CoreList.pm>
+
+=item *
+
+F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm>
+
+=item *
+
+F<dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm>
+
+=back
=head4 Update C<Module::CoreList> with module version data for the new release.