On Sun Oct 12 04:59:26 2008, masak wrote:
> r31879:
>
> $ perl6 -e 'rule x = { x }'
> get_iter() not implemented in class 'Closure'
> [...]
>
> STD considers this faulty syntax (and I do, too), but Rakudo
> apparently tries to make sense of it, and fails at runtime trying to
> apply prefix:<=> to
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #59828]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59828 >
r31879:
$ perl6 -e 'rule x = { x }'
get_iter() not implemented in class 'Closure'
[...]