[perl #131273] [REGRESSION] .pick and .pickpairs with negative amounts ( say ^5 .BagHash.pickpairs(-2.5) )

2017-07-05 Thread Jan-Olof Hendig via RT
On Mon, 08 May 2017 12:01:56 -0700, alex.jakime...@gmail.com wrote: > Not a big deal as it was changed yesterday, but still: > > Code: > say ^5 .BagHash.pick(-2.5) > > Result: > (3 0 1 4 2) > > > Code: > say ^5 .BagHash.pickpairs(-2.5) > > Result: > Unable to allocate an array of

[perl #131273] [REGRESSION] .pick and .pickpairs with negative amounts ( say ^5 .BagHash.pickpairs(-2.5) )

2017-05-08 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131273] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131273 > Not a big deal as it was changed yesterday, but still: Code: say ^5