From c2b7148f0bcb5bb5475b408a4e325287995b7d89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Richard=20M=C3=B6hn?= Date: Mon, 18 Apr 2011 15:52:08 +0000 Subject: [PATCH] Minor fixes to perldelta.pod MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed section "Core Enhancements". Signed-off-by: Ævar Arnfjörð Bjarmason --- pod/perldelta.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 26d81f1..9602851 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -32,7 +32,7 @@ should consider upgrading to a more recent release of Perl. Perl comes with the Unicode 6.0 data base updated with L, with one exception noted below. -See L for details on the new +See L for details on the new release. Perl does not support any Unicode provisional properties, including the new ones for this release. @@ -57,8 +57,8 @@ This release provides full functionality for C. -This feature avoids most forms of the "Unicode Bug" (See -L for details.) If there is a +This feature avoids most forms of the "Unicode Bug" (see +L for details). If there is a possibility that your code will process Unicode strings, you are B encouraged to use this subpragma to avoid nasty surprises. @@ -81,7 +81,7 @@ of code points are given names. C<\N{...}> now recognizes these. =item * -C<\N{}>, C, C now know about every +C<\N{}>, C and C now know about every character in Unicode. In earlier releases of Perl, they didn't know about the Hangul syllables nor a number of CJK (Chinese/Japanese/Korean) characters. @@ -115,7 +115,7 @@ See L for details on all these changes. Three new warnings subcategories of "utf8" have been added. These allow you to turn off some "utf8" warnings, while allowing -others warnings to remain on. The three categories are: +other warnings to remain on. The three categories are: C when UTF-16 surrogates are encountered; C when Unicode non-character code points are encountered; and C when code points that are above the legal Unicode @@ -152,7 +152,7 @@ L. =head3 C<(?^...)> construct signifies default modifiers -An ASCII caret C<"^"> immediately following a C<"(?"> in a regular +An ASCII caret C<"^"> immediately following a C<"(?"> in a regular expression now means that the subexpression does not inherit surrounding modifiers such as C, but reverts to the Perl defaults. Any modifiers following the caret override the defaults. @@ -222,7 +222,7 @@ This is particularly useful with C. See L for more examples. It is now safe to use regular expressions within C<(?{...})> and C<(??{...})> code blocks inside regular expressions. -These block are still experimental, however, and still have problems with +These blocks are still experimental, however, and still have problems with lexical (C) variables and abnormal exiting. =head3 C @@ -431,7 +431,7 @@ L. The syntax C<-dIfoo>> was extended in 5.6.1 to make C<-dI<:fooB<=bar>>> equivalent to C<-MDevel::foo=bar>, which expands internally to C. -F now allows prefixing the module name with C<->, with the same +Perl now allows prefixing the module name with C<->, with the same semantics as C<-M>, I =over 4 -- 2.7.4