[perl #78194] Make list slices copy PADTMPs in lv cx
authorFather Chrysostomos <sprout@cpan.org>
Tue, 25 Jun 2013 03:16:30 +0000 (20:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Jul 2013 06:48:00 +0000 (23:48 -0700)
commit706a6ebcf667fec4e1457b7ad601645a3aaa7764
treec28ae8a92b0a6665e51a01ffe65ba3c6cdcb7263
parent2484f8dbbb584bb7bc7107e23ebd49f694eb3ea2
[perl #78194] Make list slices copy PADTMPs in lv cx

So that slices that reference the same value multiple times (such as
(...)[1,1]) will exhibit referential identity (\(...)[1,1] will return
two references to the same scalar).
pp.c
t/op/list.t