# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #124251] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=124251 >
Hello, $ perl6 -e 'my enum Square <a1 b2>; say b2' b2 $ perl6 -e 'my enum Square ("a".."h" X~ 1 .. 8); say b2' ===SORRY!=== Error while compiling /tmp/1F2clCKkPmâ¤Undeclared routine: b2 used at line 1 $ perl6 --version This is perl6 version 2015.03-180-ga3b4710 built on MoarVM version 2015.03-55-g0acf845 See also IRC on this day.