Re: [perl #131134] [BUG] Native array[int] accepts junction with negative index

2017-04-14 Thread Elizabeth Mattijsen
> On 14 Apr 2017, at 10:29, Elizabeth Mattijsen wrote: >> On 11 Apr 2017, at 14:44, Eigil Skjæveland (via RT) >> wrote: >> >> # New Ticket Created by Eigil Skjæveland >> # Please include the string: [perl #131134] >> # in the subject line of all future correspondence about this issue. >> #

Re: [perl #131134] [BUG] Native array[int] accepts junction with negative index

2017-04-14 Thread Elizabeth Mattijsen
> On 11 Apr 2017, at 14:44, Eigil Skjæveland (via RT) > wrote: > > # New Ticket Created by Eigil Skjæveland > # Please include the string: [perl #131134] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131134 > > > >> my

Re: [perl #131134] [BUG] Native array[int] accepts junction with negative index

2017-04-14 Thread Elizabeth Mattijsen
> On 11 Apr 2017, at 14:44, Eigil Skjæveland (via RT) > wrote: > > # New Ticket Created by Eigil Skjæveland > # Please include the string: [perl #131134] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131134 > > > >> my

[perl #131134] [BUG] Native array[int] accepts junction with negative index

2017-04-13 Thread via RT
# New Ticket Created by Eigil Skjæveland # Please include the string: [perl #131134] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131134 > > my Int @a = 1, 2; > my int @b = 1, 2; > say so @a[-1 ^ 0]; True > say so @b[-1 ^ 0]