On Thu Nov 06 10:37:55 2008, mor...@casella.verplant.org wrote: > Rakudo r32373: > > $ ./perl6 -e 'sub f($x) {$x++}; my $y = 2; f($y); say "still here"' > still here > > that should die, because subroutine arguments are read-only by default. > A test for that is in t/spec/S06-traits/misc.t. > Fixed in git 45cf376 and that test is un-fudged.
Thanks, Jonathan