# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #127863] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127863 >
IRC extract from today: 23:35 < grondilu> m: my MixHash $a .= new; my MixHash $b = $a.clone; $a<foo>++; dd $b; 23:35 <+camelia> rakudo-moar 40a953: OUTPUT«MixHash $b = ("foo"=>1).MixHash»