summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-01-13 06:28:32 -0700
committerKarl Williamson <khw@cpan.org>2021-01-17 09:15:25 -0700
commit557ff1b2a4ecd18fe9229e7e0eb8fa123adc5670 (patch)
tree942b8c1d041856fe7b110fd04c1d8d9aa48182f3
parentc5f9609a1a8a7a902c023d06c8b2a4c42afce078 (diff)
downloadperl-557ff1b2a4ecd18fe9229e7e0eb8fa123adc5670.tar.gz
perlre: Add another mnemonic for /d
This is for people who may not be familiar with the current term. I found this in a thesaurus searching for something else, and our original term 'dodgy' wasn't there.
-rw-r--r--pod/perlre.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index e44f9431ec..308b792532 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -721,8 +721,8 @@ the pattern uses L<C<(*script_run: ...)>|/Script Runs>
Another mnemonic for this modifier is "Depends", as the rules actually
used depend on various things, and as a result you can get unexpected
results. See L<perlunicode/The "Unicode Bug">. The Unicode Bug has
-become rather infamous, leading to yet another (without swearing) name
-for this modifier, "Dodgy".
+become rather infamous, leading to yet other (without swearing) names
+for this modifier, "Dicey" and "Dodgy".
Unless the pattern or string are encoded in UTF-8, only ASCII characters
can match positively.