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
On Thursday, February 11, 2016, Bruce Gray wrote:
>
> On Feb 11, 2016, at 5:19 PM, Tom Browder > wrote:
> > Has the Perl 6 organization participated in or are they planning to
> > seek participation in Google's student coding programs?
>
> We have in the past.
...
> I have not seen the schedule
On Feb 11, 2016, at 5:19 PM, Tom Browder wrote:
> Has the Perl 6 organization participated in or are they planning to
> seek participation in Google's student coding programs?
We have in the past.
For example:
https://www.google-melange.com/gsoc/project/details/google/gsoc2013/pmurias/581176076
Has the Perl 6 organization participated in or are they planning to
seek participation in Google's student coding programs?
-Tom
# 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
See also #117975 which might be related.