# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64822] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64822 >
<masak> omega: oh, you have a dot inside the <> <masak> omega: try :: instead. <omega> masak: ahh, the spec said . <masak> omega: oh. * masak looks <omega> yiha, now it works :p <omega> $parsetree = m:keepall/<Perl.prog>/; <masak> omega: indeed. <masak> TimToady: is it <Grammar.rule> or <Grammar::rule>? <masak> std: grammar A { rule b { b } }; /<A::b>/ <p6eval> std 26259: OUTPUT«ok 00:03 36m» <masak> std: grammar A { rule b { b } }; /<A.b>/ <p6eval> std 26259: OUTPUT«ok 00:02 35m» <masak> :/ <masak> so, either S05:3789 or Rakudo does it wrong. * masak submits rakudobug