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.