perldelta for fdf416b69a0 (utf8 cloned protos)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 21:43:24 +0000 (14:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:44:33 +0000 (16:44 -0700)
pod/perldelta.pod

index 3642dc7..3c635bf 100644 (file)
@@ -548,6 +548,12 @@ The arguments to C<sort> are now all in list context.  If the C<sort>
 itself were called in void or scalar context, then I<some>, but not all, of
 the arguments used to be in void or scalar context.
 
+=item *
+
+Subroutine prototypes with Unicode characters above U+00FF were getting
+mangled during closure cloning.  This would happen with subroutines closing
+over lexical variables declared outside, and with lexical subs.
+
 =back
 
 =head1 Known Problems