perldelta: fix bad references to "unicode_strings"
authorTom Hukins <tom@eborcom.com>
Wed, 16 May 2012 01:42:48 +0000 (21:42 -0400)
committerRicardo Signes <rjbs@cpan.org>
Wed, 16 May 2012 01:42:48 +0000 (21:42 -0400)
The documentation written for 2e2b2571 erroneously mentions
"unicode_semantics" instead of "unicode_strings".

pod/perlunicode.pod

index adaa099..77daca3 100644 (file)
@@ -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.