Revert "pos in lvalue context now returns a PVMG instead of a PVLV."
authorFather Chrysostomos <sprout@cpan.org>
Thu, 16 Jun 2011 21:51:33 +0000 (14:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 17 Jun 2011 03:17:20 +0000 (20:17 -0700)
commit16eb5365105fd7ab1815c325059d04765892205f
treedce37d999210eb8d946f0d46491b791451815226
parent4263b84253eeb432b36ff8248a4d601c34af5736
Revert "pos in lvalue context now returns a PVMG instead of a PVLV."

This reverts commit 571f0e8653a532c34edde36e797ecba446978b1c.

I’m afraid I have to revert this, as it does not modify sv_reftype
accordingly, and doing so would add *more* complexity (the opposite
of what that commit was trying to achieve) and slow down ref() at run
time, by making it search for pos magic.
mg.c
pod/perldelta.pod
pp.c