summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSmylers <Smylers@stripey.com>2018-06-07 16:06:28 +0100
committerDavid Mitchell <davem@iabyn.com>2018-06-18 14:10:29 +0100
commiteefffb17d642061c02ee20eb2929449b00b6f33b (patch)
tree39bfae0e529a189fdac7c908d988540ef1ae25d7
parent604776f743450b2ff3f80f53cc4bd5ead106eb13 (diff)
downloadperl-eefffb17d642061c02ee20eb2929449b00b6f33b.tar.gz
Pod fix: Escape / inside L</>
When linking to a section name that contains a literal slash, podchecker complains. In practice this isn't ambiguous (the first slash separates the page name from the section name, and everything after that, including subsequent slashes, must be the section name) and the link was working on MetaCpan. But since podcheck complains, it seems safer to fix this.
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 95a7108f61..70aa8e26bf 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1210,7 +1210,7 @@ L<[perl #131672]|https://rt.perl.org/Ticket/Display.html?id=131672>
=over 4
-=item * L<perldiag/Variable length lookbehind not implemented in regex m/%s/>
+=item * L<perldiag/Variable length lookbehind not implemented in regex mE<sol>%sE<sol>>
This now gives more ideas as to workarounds to the issue that was
introduced in Perl 5.18 (but not documented explicitly in its perldelta)