Yeah, this is not correct, and it was resolved in (2017-11-27)
https://github.com/rakudo/rakudo/commit/d9021cf16e7df051c5e17c33919c9bde44c5e0db
Now you may wonder when the original “Method 'returns' not found” was fixed,
and… that was on Parrot :) So not really bisectable and not even relevant
tod
This command no longer results in an internal error message. But the resulting
enum is not what I expected in the first place (but maybe it's technically
correct):
$ perl6 -e 'enum Color ( Z=> 1,2,4); say Color.enums'
"red\t1 green\t2 purple\t4" => 0
I get the same result when I add an extra pa
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #116719]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=116719 >
r: enum Color ( Z=> 1,2,4);
rakudo a3869a: OUTPUT«===SORRY!===Method 'returns'