[perl #127563] repeat while loop not being entered when inside a routine and block

2016-02-18 Thread via RT
# 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

[perl #127569] lexical packages leak into SETTING::

2016-02-18 Thread via RT
# 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

Re: Google Summer of Code and Google Code In

2016-02-18 Thread Kaare Rasmussen
> 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

[perl #127565] [BUG] close on the out of a failed proc dies in an uncatchable way

2016-02-18 Thread via RT
# 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;

[perl #127566] [BUG] run hangs on slurp-rest with :out and :err if command runs background process

2016-02-18 Thread via RT
# 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