See also #117975 which might be related.
# 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
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