diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-07 23:46:18 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-07 23:51:14 -0700 |
commit | 9c3080964b8766403561afa3d6e80a811e3bfb74 (patch) | |
tree | 6ccf37a68a66148c0018a5c301521268d1827bc7 /pod | |
parent | a7143705c77bcb8b0ee917e0119252c6e0497008 (diff) | |
download | perl-9c3080964b8766403561afa3d6e80a811e3bfb74.tar.gz |
perldelta for -$utf8
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8e0791a93b..3f673fa524 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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 |