Hi,
Shouldn't you do the following; add a comma to force a list (can't test it
here in the pub though ;-)
my @list = 1, ;
marcel
On June 15, 2016 05:35:46 Rob Hoelz (via RT) <perl6-bugs-follo...@perl.org>
wrote:
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #128404]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=128404 >
For example:
my @list = 1;
say @list.permutations;
Index out of range. Is: -1, should be in 0..Inf