nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

lexical subs threaded #341

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

  pm18t
  t/testc.sh -A -O0 -DspF,-v,-Uwarnings,-UCarp,-UExporter,-UConfig 130

no warnings "experimental::lexical_subs";use feature "lexical_subs";
my sub p{q(ok)}; 
my $a=\&p;
print p;

curpad syms: CV p not found

=> The TARG for introcv and clonecv is empty. (sv_list[118] instead of 
sv_list[117])

Original issue reported on code.google.com by reini.urban on 28 May 2014 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by reini.urban on 28 May 2014 at 5:04