On Tue Jan 13 01:12:43 2009, masak wrote:
> Here's a minimal use case.
> 
> $ cat A.pm
> use B;
> 
> say $_;
> $ cat B.pm
> $CALLER::_ = 42;
> $ perl6 A.pm
> Use of uninitialized value
> $
> 
> I'd like for Rakudo to output 42 when running A.pm.

This now generates:

Null PMC access in getprop()
  in '&infix:<=>' at line 1
  in main program body at line 1:B.pm


-- 
Will "Coke" Coleda

Reply via email to