This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for -$utf8
authorFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jun 2012 06:46:18 +0000 (23:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jun 2012 06:51:14 +0000 (23:51 -0700)
pod/perldelta.pod

index 8e0791a..3f673fa 100644 (file)
@@ -509,6 +509,11 @@ C<-$x> returns "-dogs" even if C<$y=0+$x> has happened at some point.
 In Perl 5.14, C<-'-10'> was fixed to return "10", not "+10".  But magical
 variables (C<$1>, ties) were not fixed till now [perl #57706].
 
+=item *
+
+Unary negation now treats strings consistently, regardless of the internal
+UTF8 flag.
+
 =back
 
 =head1 Known Problems