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
(from parent 1:
9a9b5ec
)
perldelta: remove an inscrutable note, clean up another
author
Ricardo Signes
<rjbs@cpan.org>
Thu, 9 May 2013 12:54:14 +0000
(08:54 -0400)
committer
Ricardo Signes
<rjbs@cpan.org>
Thu, 9 May 2013 13:47:40 +0000
(09:47 -0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
90dbb4b
..
c435888
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-790,13
+790,8
@@
inline functions. This should speed things up slightly on non-GCC platforms.
=item *
-Apply the optimisation of hashes in boolean context, such as in C<if> or
-C<and>, to constructs in non-void context.
-
-=item *
-
-Extend the optimisation of hashes in boolean context to C<scalar(%hash)>,
-C<%hash ? ... : ...>, and C<sub { %hash || ... }>.
+The optimisation of hashes in boolean context has been extended to
+affect C<scalar(%hash)>, C<%hash ? ... : ...>, and C<sub { %hash || ... }>.
=item *