summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2012-05-15 21:42:48 -0400
committerRicardo Signes <rjbs@cpan.org>2012-05-15 21:42:48 -0400
commitc43ca372962ed8b6058df231649647686874e1fe (patch)
tree864e2a7d7a9fb8378a5ad510c7cd117a7f27c7bf
parent5b8bb89605ed99917c14818e266fad456a75c37b (diff)
downloadperl-c43ca372962ed8b6058df231649647686874e1fe.tar.gz
perldelta: fix bad references to "unicode_strings"v5.16.0-RC2
The documentation written for 2e2b2571 erroneously mentions "unicode_semantics" instead of "unicode_strings".
-rw-r--r--pod/perlunicode.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index adaa09975d..77daca34a7 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1413,7 +1413,7 @@ in combination with various other pragmas.
Using caseless (C</i>) regular expression matching.
Starting in Perl 5.14.0, regular expressions compiled within
-the scope of C<unicode_semantics> use character semantics
+the scope of C<unicode_strings> use character semantics
even when executed or compiled into larger
regular expressions outside the scope.
@@ -1423,7 +1423,7 @@ Matching any of several properties in regular expressions, namely C<\b>,
C<\B>, C<\s>, C<\S>, C<\w>, C<\W>, and all the Posix character classes
I<except> C<[[:ascii:]]>.
Starting in Perl 5.14.0, regular expressions compiled within
-the scope of C<unicode_semantics> use character semantics
+the scope of C<unicode_strings> use character semantics
even when executed or compiled into larger
regular expressions outside the scope.