From: Father Chrysostomos Date: Mon, 11 Nov 2013 21:39:24 +0000 (-0800) Subject: perldelta for 2e73d70e52 X-Git-Tag: upstream/5.20.0~1290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9deee7345063f005f2a56ff2251982f99650eecf;p=platform%2Fupstream%2Fperl.git perldelta for 2e73d70e52 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ad2a768..e1c4dac 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -374,6 +374,13 @@ C blocks in lvalue subroutines. Previously, arrays and hashes would sometimes incorrectly be flattened when returned in lvalue list context, or "Bizarre copy" errors could occur. [perl #119797] +=item * + +Lvalue context is now propagated to the branches of C<||> and C<&&> (and +their alphabetic equivalents, C and C). This means +C now allows C to be modified +through $_. + =back =head1 Known Problems