From 9deee7345063f005f2a56ff2251982f99650eecf Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 11 Nov 2013 13:39:24 -0800 Subject: [PATCH] perldelta for 2e73d70e52 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ad2a76860b..e1c4dacd0b 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 -- 2.34.1