On Wed, Sep 23, 2009 at 05:10:04AM -0700, Carl Mäsak wrote: > > <masak> rakudo: sub foo { say "OH HAI" }; &foo = &say; foo
Confirmed that this is a bug... it should be fixed when we default PMCs to be readonly instead of requiring a separate "readonly" flag as we do now. Then the above will result in "Cannot write to readonly variable". Pm