summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-11-19 16:01:29 +1100
committerTony Cook <tony@develop-help.com>2013-11-19 16:01:29 +1100
commit3f0a0d6e4f0d08b11bd4d458216c8382c59283b0 (patch)
tree6c313b7e257845d6bbe4a7263bee8443c392e1bb
parente45d8982aeb58420180a04c6079471d707058965 (diff)
downloadperl-3f0a0d6e4f0d08b11bd4d458216c8382c59283b0.tar.gz
perldelta for e45d8982ae
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 84a8382ef7..f3c5220ea8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -103,6 +103,12 @@ long had the internal hash value computed at compile time, to speed up
lookup. This optimisation has only now been applied to hash slices as
well.
+=item *
+
+Combined C<and> and C<or> operators in void context, like those
+generated for C<< unless ($a && $b) >> and C<< if ($a || b) >> now
+short circuit directly to the end of the statement. [perl #120128]
+
=back
=head1 Modules and Pragmata