summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-19 17:12:26 -0600
committerKarl Williamson <khw@cpan.org>2020-08-19 17:14:16 -0600
commitff7b3a47aec4bc2c4c8adb013df11fbf176c6e60 (patch)
tree49156e9b289a3811b7178c1f6cf4820e9a36bc23
parentdf667af6bf53dde5bcaf2840438bccb3cc376add (diff)
downloadperl-ff7b3a47aec4bc2c4c8adb013df11fbf176c6e60.tar.gz
perldelta: Add missing =item lines
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4d0250b88a..a9860b3fa9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -379,11 +379,13 @@ Correct C<my_rpeep> example in perlguts.
=over 4
+=item *
+
The C<< <> >> and C<<< <<>> >>> operators are commonly referred to as
the diamond and double diamond operators respectively, but that wasn't
mentioned previously in their documentation.
-=over 4
+=item *
Document range op behavior change.