Carl MXXsak (via RT) wrote: > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #61840] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61840 > > > > Rakudo r34628 doesn't support the assignment metaoperators C<min=> and > C<max=>. > > $ 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...) Cheers, Moritz