# New Ticket Created by Larry Wall # Please include the string: [perl #126032] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126032 >
06:34 < TimToady> a bug spotted by http://rosettacode.org/wiki/Equilibrium_index#Perl_6 06:34 < TimToady> m: say <a b c>.classify: { ~($ ~= $_); } 06:34 <+camelia> rakudo-moar 81de8d: OUTPUT«aa => [a], aab => [b], aabc => [c]» 06:34 < TimToady> seems .classify is assuming no side effects