diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-27 16:29:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-27 16:29:08 -0700 |
commit | 31ecc2aacca34bc68a94b8966e8c258a82da4a3b (patch) | |
tree | 3fc78aa33341db26339210f8830acdc61a43cf7c /pod | |
parent | cbb8c2bcb6d70a05dce01340bf6f989ca9dce2c8 (diff) | |
download | perl-31ecc2aacca34bc68a94b8966e8c258a82da4a3b.tar.gz |
perldelta: Move the is_utf8 fix into the fetch/store section
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 77ad4daa15..783bb3e102 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3872,6 +3872,10 @@ by C<splice @ISA> are respected by method calls) [perl #78400]. In-memory files created by C<open $fh, 'E<gt>' \$buffer> were not calling FETCH/STORE at all [perl #43789] (5.12.2). +=item * + +utf8::is_utf8 now respects get-magic (e.g. $1) (5.12.1). + =back =item * @@ -3939,10 +3943,6 @@ C<sprintf> now dies when passed a tainted scalar for the format. It did already die for arbitrary expressions, but not for simple scalars [perl #82250]. -=item * - -utf8::is_utf8 now respects get-magic (e.g. $1) (5.12.1). - =back =head2 The Debugger |