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:36:55 +0000 (12:36 -0700)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 11:36:29 +0000 (13:36 +0200)
commite2fe06dd0f4d62a54d7bbc2a1f42dae0dd6bf19e
tree9f565f6c5337265f288e1381730b29fd66264ef7
parent798ae1b7861229739ab1f1a116e4d9cc96cf9ca5
Pure Perl lvalue subs can't return temps, even if they are magical. This holds back a fix for RT#67838. Adds TODO tests.
MANIFEST
ext/XS-APItest/APItest.pm
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/temp_lv_sub.t [new file with mode: 0644]