# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130201]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130201 >
Test
tl;dr; - it worked, after a little fiddling w/ execstack on libmoar.so
(remove executable stack flag).
Just got the bash/linux extensions beta installed on win10 and so I tried
rakudo using:
$ sudo perl Configure.pl --gen-moar --prefix /mnt/opt/rakudo-star-2016.11
didn't think it would work but
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130205]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130205 >
It seems that when q:w is used with a pair of open-close delimiters AND those
delimiters
# New Ticket Created by Denis Alexandrov
# Please include the string: [perl #130200]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130200 >
Version: Rakudo version 2016.11 built on MoarVM version 2016.11 implementing
Perl 6.
# New Ticket Created by Tom Browder
# Please include the string: [perl #130207]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130207 >
# New Ticket Created by Mark Rushing
# Please include the string: [perl #130208]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130208 >
Multi-line comments in the form of #|{ } cause punning when before role
definition.
How