It used to work without is rw in previous Rakudo releases even though
it was incorrect. Future rakudo releases will include a fix, so
changing it according to that. Also got rid of return because it
has to be return-rw (but no return work just fine also).
It used to work without
is rw
in previous Rakudo releases even though it was incorrect. Future rakudo releases will include a fix, so changing it according to that. Also got rid ofreturn
because it has to bereturn-rw
(but no return work just fine also).