In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3f0a0d6e4f0d08b11bd4d458216c8382c59283b0?hp=e45d8982aeb58420180a04c6079471d707058965>

- Log -----------------------------------------------------------------
commit 3f0a0d6e4f0d08b11bd4d458216c8382c59283b0
Author: Tony Cook <t...@develop-help.com>
Date:   Tue Nov 19 16:01:29 2013 +1100

    perldelta for e45d8982ae
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 84a8382..f3c5220 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

--
Perl5 Master Repository

Reply via email to