summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2014-10-20 15:04:17 +0200
committerAbigail <abigail@abigail.be>2014-10-20 15:04:17 +0200
commit5bbd8f6148989e1b869c92ef5ec0dfee009597a4 (patch)
treefb8484d7ce7e6b2ea1cedf9add28ae8ddf12e0ca
parent5445715421a4c906b15ec5f7cf5a4341e4e27f8e (diff)
downloadperl-5bbd8f6148989e1b869c92ef5ec0dfee009597a4.tar.gz
Use F<> for files, not L<>
-rw-r--r--Porting/release_managers_guide.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index f5b7f47b0a..7a6b17643a 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -543,9 +543,9 @@ 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>.
+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>.
=head4 Update C<Module::CoreList> with module version data for the new release.