[perl #127422] Behavior of state vars in variations of `do while` inconsistent

2016-02-11 Thread Brian S. Julin via RT
See also #117975 which might be related.

[perl #127520] subclasses of class augmented with role don't match the role

2016-02-11 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127520] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127520 > use MONKEY-TYPING; role R {}; augment class Str does R {}; say Str ~~ R; # True say I

Re: [perl #127509] Formatting codes in tables

2016-02-11 Thread Lloyd Fournier
Hi Daniel, This is probably a NYI in rakudo's pod parser. Unfortunately the POD implementation is far from complete. LL On Thu, 11 Feb 2016 at 6:09 PM, Daniel Perrett wrote: > # New Ticket Created by Daniel Perrett > # Please include the string: [perl #127509] > # in the subject line of all f