This works now: $ perl6 -e 'my %h = not => 42; say %h.perl' ("not" => 42).hash
I added a test to S02-types/hash.t with commit https://github.com/perl6/roast/commit/83da5c2c81 I'm closing this ticket as 'resolved'.
Christian Bartolomaeus via RT Mon, 02 Mar 2015 12:24:06 -0800
This works now: $ perl6 -e 'my %h = not => 42; say %h.perl' ("not" => 42).hash
I added a test to S02-types/hash.t with commit https://github.com/perl6/roast/commit/83da5c2c81 I'm closing this ticket as 'resolved'.