Skip Menu |

This queue is for tickets about the List-MoreUtils CPAN distribution.

Report information
The Basics
Id: 44011
Status: resolved
Priority: 0/
Queue: List-MoreUtils

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

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



Subject: segv in zip
perl -e 'use strict; eval q{require List::MoreUtils}; my @a=("");my @b=("");List::MoreUtils::zip(@b,@a)' cause a segv.
This is resolved in 0.23 (by adding a check that passed-in arguments are references) which I just uploaded to the CPAN.