# New Ticket Created by "Philipp Marek" # Please include the string: [perl #71196] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71196 >
enum's should be exportable, so that they can be used by multiple modules. $ perl6 -e 'enum X «A B C»; ' $ perl6 -e 'enum X is export «A B C»; ' Confused at line 1, near "is export " in Main (file <unknown>, line <unknown>) Regards, Phil -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)!