This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for a547fd2
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 04:43:09 +0000 (21:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 04:43:09 +0000 (21:43 -0700)
pod/perldelta.pod

index 192a4c1..1c6b009 100644 (file)
@@ -551,6 +551,11 @@ longer produce "uninitialized" warnings at compile time.
 Modifying a substitution target inside the substitution replacement no
 longer causes crashes.
 
+=item *
+
+The first statement inside a string eval used to use the wrong pragma setting sometimes during constant folding.  C<eval 'uc chr 0xe0'> would randomly choose between Unicode, byte, and locale semantics.  This has been
+fixed.
+
 =back
 
 =head1 Known Problems