# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #127402]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=127402 >
[09:58:03] <lizmat> m: my $s = set( $(<a b c>) ); dd $s.hash # argh,
uncaught bug :-(
[09:58:03] <+camelia> rakudo-moar 86a90b: OUTPUT«Hash %e = {"a b c" =>
Bool::True}»
[10:04:38] <lizmat> I expected: Hash[Any,Any] % = (my Any %{Any} = (("a",
"b", "c")) => 1)
[10:05:06] <lizmat> well, => Bool::True