Stevan Little
Stevan Little
@doy - point taken, although I think it is more common then you might think, especially for those who don't use (or have access to (ENOMOOSE)) native traits. For the...
FWIW, this is an issue with the `rw` trait alone, it is not something that should prevent the implementation of `@!foo`, at least IMO anyway. I would assume just ban...
@doy - hahaha :)
@forwardever - Honestly I never liked the "push works on refs" thing, it always made me feel dirty. And this won't work with twigils: ``` push @$!foo => $bar; ```...
@doy - So I think the solution is to just not support `rw` for those attributes, we will need to explain it and error on it early as possible (compile...