summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-01-17 11:55:58 +0000
committerDavid Mitchell <davem@iabyn.com>2017-01-17 11:55:58 +0000
commit4587a8b8029eb8b4f87d595d56fba3c439e72620 (patch)
tree9ed2c23e4b511490afdc31305938f021d0e60db5
parent30be69c851a7fa7e29d85c9b6e070273df82f3e7 (diff)
downloadperl-4587a8b8029eb8b4f87d595d56fba3c439e72620.tar.gz
davem's perldelta entries for 5.25.9 so far
-rw-r--r--pod/perldelta.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fd072d7c75..e6c4060ca2 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -104,7 +104,12 @@ There may well be none in a stable release.
=item *
-XXX
+A hash in boolean context is now sometimes faster, e.g.
+
+ if (!%h) { ... }
+
+This was already special-cased, but some cases were missed, and even the
+ones which weren't have been improved.
=back