Re: [perl #129797] Channel.list does not honor .Slip

2016-10-03 Thread Elizabeth Mattijsen
> On 03 Oct 2016, at 14:17, Wenzel Peppmeyer (via RT) > wrote: > > # New Ticket Created by Wenzel Peppmeyer > # Please include the string: [perl #129797] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=129797 > > > > my

[perl #129797] Channel.list does not honor .Slip

2016-10-03 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #129797] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129797 > my $c = Channel.new; $c.send((1,2,3).Slip); $c.close; dd (1,$c.list,2).join(':') # OU