Skip to content

Commit

Permalink
typos in perl5100delta.pod
Browse files Browse the repository at this point in the history
Message-Id: <20071218163050.b0c36fa5.hio@hio.jp>

p4raw-id: //depot/perl@32633
  • Loading branch information
hio authored and rgs committed Dec 18, 2007
1 parent acaeff2 commit 20d131f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod/perl5100delta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ D. Hedden)

chr() on a negative value now gives C<\x{FFFD}>, the Unicode replacement
character, unless when the C<bytes> 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

Expand Down Expand Up @@ -1538,7 +1538,7 @@ inherits from C<B::SV> (it used to inherit from C<B::IV>).

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

Expand Down

0 comments on commit 20d131f

Please sign in to comment.