# New Ticket Created by Moritz Lenz # Please include the string: [perl #73172] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73172 >
$ ./perl6 -e 'say "abcd" ~~ m/[abc]**{5}/ '
abc
not good...
