# New Ticket Created by Larry Wall # Please include the string: [perl #126293] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126293 >
23:17 < summa> m: say <a a b b b c c>.squish; 23:17 <+camelia> rakudo-moar 472ea0: OUTPUT«(a a b b b c c)» 23:18 < summa> m: my $as = *.lc; say <a A b B c>.squish(:$as); 23:18 <+camelia> rakudo-moar 472ea0: OUTPUT«(a A b B c)»