Skip Menu |

This queue is for tickets about the Set-Array CPAN distribution.

Report information
The Basics
Id: 9455
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Set-Array

People
Owner: RSAVAGE [...] cpan.org
Requestors: ron [...] savage.net.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.11
Fixed in: (no value)



Subject: Bugs in V 0.11 re 0s in the value list
This is a great module, but there are 3 places in the code where you assume the values are non-zero. I have to make these changes... 751: @count{@$op1} = (1) x @$op1; 809: @count1{@$op1} = (1) x @$op1; 810: @count2{@$op2} = (1) x @$op2; These stop CORE::grep discarding the zeros.