perldelta: Move the is_utf8 fix into the fetch/store section
authorFather Chrysostomos <sprout@cpan.org>
Sun, 27 Mar 2011 23:29:08 +0000 (16:29 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 27 Mar 2011 23:29:08 +0000 (16:29 -0700)
pod/perldelta.pod

index 77ad4da..783bb3e 100644 (file)
@@ -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