summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2022-03-24 12:46:56 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-03-24 12:46:56 +0000
commit7ddf4b5513d17e0aaa106c6dd076d0dfe4a7e4a8 (patch)
tree18accb38b4b1a0c2f03708d96c92792d6d98f5c7 /pod/perlunicode.pod
parent0f7529f0ca9df6069f41f1b9bfacac94db2c7bed (diff)
downloadperl-7ddf4b5513d17e0aaa106c6dd076d0dfe4a7e4a8.tar.gz
Correct POD formatting error
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index b6b282b9bf..954a048f0b 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1343,6 +1343,7 @@ C<\p{...}> C<\P{...}>. This requirement is for a minimal list of
properties. Perl supports these. See R2.7 for other properties.
=item [3]
+
Perl has C<\d> C<\D> C<\s> C<\S> C<\w> C<\W> C<\X> C<[:I<prop>:]>
C<[:^I<prop>:]>, plus all the properties specified by
L<https://www.unicode.org/reports/tr18/#Compatibility_Properties>. These
@@ -1353,8 +1354,6 @@ are described above in L</Other Properties>
The regex sets feature C<"(?[...])"> starting in v5.18 accomplishes
this. See L<perlre/(?[ ])>.
-=back
-
=item [5]
C<\b> C<\B> meet most, but not all, the details of this requirement, but
C<\b{wb}> and C<\B{wb}> do, as well as the stricter R2.3.