pos in lvalue context now returns a PVMG instead of a PVLV.
authorNicholas Clark <nick@ccl4.org>
Tue, 14 Jun 2011 15:52:46 +0000 (17:52 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 14 Jun 2011 15:52:46 +0000 (17:52 +0200)
commit571f0e8653a532c34edde36e797ecba446978b1c
tree18d660b59511c06bf87d4f66ad66c2645444c147
parent41e07bbccec49c484a622d86a1ba01136a740d9f
pos in lvalue context now returns a PVMG instead of a PVLV.

Store the target SV in mg_obj, instead of LvTARG(). This slightly reduces both
code complexity and runtime memory use.
mg.c
pod/perldelta.pod
pp.c