Permit array assignment to steal temps and copy shared hash key scalars.
authorNicholas Clark <nick@ccl4.org>
Sun, 2 May 2010 20:04:32 +0000 (21:04 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 2 May 2010 20:04:32 +0000 (21:04 +0100)
commit4f0556e9541e0e65f0abc5f4f6caf1f16ddf2dcd
treea5200bd223c9e2ff7d76095c4ea7d95101399008
parent61e5f455dc8214c9c23deb700f3fcf67b180afa5
Permit array assignment to steal temps and copy shared hash key scalars.

Scalar assignment to array elements already does this. (As does all other
scalar assignment, and list assignment to hashes.) Prior to 4c8f17b905f2
(change 7867) list assignment to arrays did steal temps.
pp_hot.c