summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod5
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