# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63890] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63890 >
<masak> rakudo: sub formalize($text, :case($case), :justify($justify)) {...} <p6eval> rakudo 5b1ff9: OUTPUT«Unable to parse multisig; couldn't find final ')' at line 1, near ":case($cas" [...] <masak> wtf? this a known regression? <masak> that one is straight from S06. <masak> I'm pretty sure it used to work. <ruoso> rakudo: sub formalize($text, :$case, :$justify) {...} <p6eval> rakudo 5b1ff9: RESULT«{ ... }» <masak> ok, so the sugared form still works. <ruoso> masak, your signature was just wrong ;) <masak> ruoso: nope. see S06. <ruoso> std: sub formalize($text, :case($case), :justify($justify)) {...} <p6eval> std 25840: OUTPUT«ok 00:02 35m» <ruoso> interesting * masak submits rakudobug