Re: [perl #53904] rakudo only handles first pair in a new() method
Since this didn't make it to the mailing list -- this is now fixed as of r27397. Pm
[perl #53904] rakudo only handles first pair in a new() method
# New Ticket Created by Moritz Lenz # Please include the string: [perl #53904] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53904 > rakudo as of r27393 class Foo { has $.a; has $.b; } my $x = Foo.new(a => 1, b =