From: YAMASHINA Hio Date: Tue, 18 Dec 2007 16:30:50 +0000 (+0900) Subject: typos in perl5100delta.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20d131f359cb1e01c63e4d30ea780e9c27536f5e;p=p5sagit%2Fp5-mst-13.2.git typos in perl5100delta.pod Message-Id: <20071218163050.b0c36fa5.hio@hio.jp> p4raw-id: //depot/perl@32633 --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index a1afa50..bd0c1b3 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -1282,7 +1282,7 @@ D. Hedden) chr() on a negative value now gives C<\x{FFFD}>, the Unicode replacement character, unless when the C pragma is in effect, where the low -eight bytes of the value are used. +eight bits of the value are used. =item PERL5SHELL and tainting @@ -1538,7 +1538,7 @@ inherits from C (it used to inherit from C). The anonymous hash and array constructors now take 1 op in the optree instead of 3, now that pp_anonhash and pp_anonlist return a reference to -an hash/array when the op is flagged with OPf_SPECIAL (Nicholas Clark). +an hash/array when the op is flagged with OPf_SPECIAL. (Nicholas Clark) =head1 Known Problems