[perl #76804] List assignment to "is copy" parameters with value 0 doesn't work
On Mon Jul 04 01:53:43 2011, moritz wrote: > Fixed in nom, this ticket can be closed when nom becomes master. \o/ Closing ticket. -- Will "Coke" Coleda
[perl #76804] List assignment to "is copy" parameters with value 0 doesn't work
# New Ticket Created by Kodi Arfer # Please include the string: [perl #76804] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76804 > #perl6 on 29 July 2010: rakudo: sub f($a is copy = 1) { my $b; ($a, $b) = (1, 2);