summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-03-27 16:29:08 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-03-27 16:29:08 -0700
commit31ecc2aacca34bc68a94b8966e8c258a82da4a3b (patch)
tree3fc78aa33341db26339210f8830acdc61a43cf7c /pod
parentcbb8c2bcb6d70a05dce01340bf6f989ca9dce2c8 (diff)
downloadperl-31ecc2aacca34bc68a94b8966e8c258a82da4a3b.tar.gz
perldelta: Move the is_utf8 fix into the fetch/store section
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod8
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