In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4587a8b8029eb8b4f87d595d56fba3c439e72620?hp=30be69c851a7fa7e29d85c9b6e070273df82f3e7>
- Log ----------------------------------------------------------------- commit 4587a8b8029eb8b4f87d595d56fba3c439e72620 Author: David Mitchell <[email protected]> Date: Tue Jan 17 11:55:58 2017 +0000 davem's perldelta entries for 5.25.9 so far ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- Perl5 Master Repository
