# New Ticket Created by Sylvain Colinet
# Please include the string: [perl #127563]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127563 >
m: sub foo($c) { return if $c == 0; { say "B $c"; repeat { say "A
$c"; foo($c -1) } w
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #127569]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127569 >
When a package already exists in an outer scope, any package declared will
insert itsel
> I have not seen the schedule for signup for this year. I expect that
we will participate again.
Apparantly, deadline is very close for organizations now:
https://summerofcode.withgoogle.com/
I hope the People In Power knows and has it under control.
/kaare
# New Ticket Created by Simon Ruderich
# Please include the string: [perl #127565]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127565 >
Hello,
The following sample exhibits the problem:
my $p = run 'false', :out;
# New Ticket Created by Simon Ruderich
# Please include the string: [perl #127566]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127566 >
Hello,
I'm having a weird problem with run. In the following sample,
Perl6 waits after