On Sun Oct 26 14:26:27 2008, masak wrote:
> Rakudo r32151 is only able to call &-sigil subs if they have not been
> initialized with "my".
> 
> $ ./perl6 -e '&b = &say; &b(5)'  # works
> 5
> $ ./perl6 -e 'my &b = &say; &b(5)'  # fails
> Lexical 'b' not found
> [...]
> 
This was fixed earlier today, and I've made sure there's a couple of
tests too.

Thanks,

Jonathan


Reply via email to