[perl #73172] Rakudo doesn't recognize closure form of repetition quantifier

2014-04-16 Thread Alexander Moquin via RT
In general, the output is now: 01:55 r: my $l = 3; say "x" x 10 ~~ / x ** {$l} / 01:55 rakudo-parrot 79167a, rakudo-jvm 79167a, rakudo-moar 79167a: OUTPUT«===SORRY!=== Error while compiling /tmp/tmpfile␤Block case of ** quantifier not yet implemented␤at /tmp/tmpfile:1␤--> m

[perl #73172] Rakudo doesn't recognize closure form of repetition quantifier

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