summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-11-17 14:08:11 +0000
committerZefram <zefram@fysh.org>2017-11-17 14:08:11 +0000
commit04f89ea7f30fbde4ccaefee940117aa6a27d5fd0 (patch)
tree2b1d3b43d7024af5b46cd5b0d85928dfc8815847
parente509fc38e46cb034d777e37ebaf2bf200600f75a (diff)
downloadperl-04f89ea7f30fbde4ccaefee940117aa6a27d5fd0.tar.gz
fix perldelta formatting
Documentation changes get =items, not =head3s.
-rw-r--r--pod/perldelta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 494874b849..666d92958f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -290,7 +290,9 @@ section.
Additionally, the following selected changes have been made:
-=head3 L<perldiag/Variable length lookbehind not implemented in regex m/%s/>
+=over 4
+
+=item * L<perldiag/Variable length lookbehind not implemented in regex m/%s/>
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)
@@ -300,8 +302,6 @@ for the fact that some Unicode C</i> rules cause a few sequences such as
to be considered variable length, and hence disallowed.
-=over 4
-
=item *
The section on reference counting in L<perlguts> has been heavily revised,