# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #63250]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63250 >


It's Rakudo c4f0f9, and the following error occurs:

$ perl6 -e 'enum A <b c>; b..c'
Multiple Dispatch: No suitable candidate found for 'cmp', with signature 'PP->I'
[...]

Though I haven't confirmed with the synopses, I'd expect a range of
enum values to work. By the way, writing the range 'A::b..A::c' gives
the same result.

bacek++ for discovering this.

Reply via email to