diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-14 10:26:15 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-14 10:26:15 +0000 |
commit | ffabe59cd168b31758e4893034c1cb9c41c4992a (patch) | |
tree | cd9981421aab835176a4dc81600cf4eeed6203b7 /pod/perl593delta.pod | |
parent | d76be4eec669c873c0c8785a24871039f50580f7 (diff) | |
download | perl-ffabe59cd168b31758e4893034c1cb9c41c4992a.tar.gz |
Perldelta nits by Jim Cromie
p4raw-id: //depot/perl@26849
Diffstat (limited to 'pod/perl593delta.pod')
-rw-r--r-- | pod/perl593delta.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index 6e8e5c0a43..46cde57195 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -52,7 +52,7 @@ switch statement), C<~~> (adds a Perl 6-like smart match operator), C<say> Those features are described below. Note that C<err> low-precedence defined-or operator used to be enabled by -default, but as a weak keyword. It's now only recognized when explicitely +default, but as a weak keyword. It's now only recognized when explicitly turned on. =head2 Switch and Smart Match operator @@ -148,7 +148,7 @@ documentation, technical and otherwise. =head2 XS-assisted SWASHGET Some pure-perl code that perl was using to retrieve Unicode properties and -transliteration mappings has been retrieved in XS. +transliteration mappings has been reimplemented in XS. =head2 Constants subroutines @@ -243,8 +243,8 @@ C<PerlIO::scalar> now works better with non-default C<$/> settings. =item * -You can now use the C<x> operator to demultiply a C<qw//> list. This used -to raise a syntax error. +You can now use the C<x> operator to repeat a C<qw//> list. This used +to raise a syntax error. For example: C<qw(foo bar) x 3>. =item * @@ -316,7 +316,7 @@ XXX consting A new file, F<mathoms.c>, has been added. It contains functions that are no longer used in the perl core, but that remain available for binary or source compatibility reasons. However, those functions will not be -compiled in if you add C<-DNO_MATHOM> in the compiler flags. +compiled in if you add C<-DNO_MATHOMS> in the compiler flags. The C<AvFLAGS> macro has been removed. |