# New Ticket Created by ab5tract
# Please include the string: [perl #127013]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127013 >
[21:26] m: sub f($x) { my $z; do $z while ++$z < $x }; say f(5)
[21:26] <+camelia> rakudo-mo
On behalf of the Rakudo development team, I’m proud to announce the
Christmas release (December 2015) of Rakudo Perl 6 #94 “коледа”. Rakudo
is an implementation of Perl 6 on the Moar Virtual Machine[^1] and the
Java Virtual Machine.
This is the Christmas release of Rakudo Perl 6. This version of t
# New Ticket Created by Dave Rolsky
# Please include the string: [perl #127029]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127029 >
Here's an example:
=begin pod
L>
=end pod
dd $=pod[0];
The parser decides that the _f
IMO it looks like both of them are wrong but for different reasons
=pod L<#Has C>
becomes
# Pod::FormattingCode.new(type => "L", meta => [], config => {}, contents
=> ["#Has ", Pod::FormattingCode.new(type => "C", meta => [], config => {},
contents => ["pod"]), ""])
The L<> formatting code withou
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #127030]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127030 >
perl6 -e 'say await start { qx/echo foo/ }'
outputs an empty list. Pretty sure that's