# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57450] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57450 >
$ svn info | grep vi Revision: 29902 $ ./perl6 -e 'enum Weekday<Monday Tuesday>; say Monday' # works 0 $ ./perl6 -e 'enum Weekday<Monday Tuesday>; say Monday.perl' # doesn't Method 'perl' not found for invocant of class '' [...] I'm not entirely clear on what I expected to get from the .perl method, but I expected it to be there.