This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a714370
)
perldelta for -$utf8
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 06:46:18 +0000
(23:46 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 06:51:14 +0000
(23:51 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
8e0791a
..
3f673fa
100644
(file)
--- 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