diff options
author | SHIRAKATA Kentaro <argrath@ub32.org> | 2020-06-19 03:25:06 +0900 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-06-19 00:50:46 +0300 |
commit | 2b70eee4949119eb5cd02bd00dc6bd4776a8e91b (patch) | |
tree | 801d6a1939b00cf5be89137eedd346af11f46a8a | |
parent | dad3daefa2463ed7d5440cadd797288656a585f9 (diff) | |
download | perl-2b70eee4949119eb5cd02bd00dc6bd4776a8e91b.tar.gz |
perldelta: minor pod fix
-rw-r--r-- | pod/perldelta.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 84a32b8861..0e7a275439 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1572,6 +1572,7 @@ replaced by a reliable method, and hence the diagnostics generated have changed. See L</Diagnostics>. =item * + The debug display (say by specifying C<-Dr> or S<C<use re>> (with appropriate options) of compiled Unicode property wildcard subpatterns no longer has extraneous output. |