This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pure Perl lvalue subs can't return temps, even if they are magical. This holds back...
authorEric Brine <ikegami@adaelis.com>
Tue, 13 Jul 2010 19:56:38 +0000 (12:56 -0700)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 11:36:29 +0000 (13:36 +0200)
commit213f7ada530c1a4c4148622ba78577585f8ab9d0
tree144b529bc5927bd2b3fe75be5791a6c6ed22fbaa
parente2fe06dd0f4d62a54d7bbc2a1f42dae0dd6bf19e
Pure Perl lvalue subs can't return temps, even if they are magical. This holds back a fix for RT#67838.

This commit allows PP lvalue subs to return temps with set magic
and removes TODO from tests.
ext/XS-APItest/t/temp_lv_sub.t
pp_hot.c