On Mon Jan 05 12:00:25 2009, moritz wrote: > Carl MXXsak (via RT) wrote: > > > > $ perl6 -e 'my $a = 5; $a min= 2; say $a' > > get_iter() not implemented in class 'Integer' > > [...] > > Added tests to t/spec/S03-operators/assign.t (which grows to an > alarming > size...)
Rakudo fix available at http://github.com/bacek/rakudo/commit/669a891036b186c8ea886c2dea000c8c5a3e47ee Spectest fixed in r25330 -- Bacek