summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-04 08:29:12 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-04 08:29:12 -0700
commit94824daa35eb9acedff60f3e3d5098b75407327b (patch)
tree5762ebf01372c41d1a8231f6cbab9f49a594833f /pod
parenta5b92898b77edcbff06468ccf67150e50d1703e4 (diff)
downloadperl-94824daa35eb9acedff60f3e3d5098b75407327b.tar.gz
perldelta for [perl #57706]
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bfe0eb4e34..ef58531ad3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -125,6 +125,12 @@ longer inherit directory handles from their parent threads. Such programs
would probably have crashed anyway
L<[perl #75154]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=75154>.
+=head2 Negation treats strings differently from before
+
+The unary negation operator C<-> now treats strings that look like numbers
+as numbers
+L<[perl #57706]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=57706>.
+
=head1 Deprecations
XXX Any deprecated features, syntax, modules etc. should be listed here.