Skip Menu |

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

Report information
The Basics
Id: 4403
Status: resolved
Priority: 0/
Queue: List-SkipList

People
Owner: rrwo [...] cpan.org
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

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



Subject: next_key does not check if last_key exists
$l = new List::SkipList() $l->insert('a', 1); $l->insert('c', 3); $x = $l->next_key('b'); # should be 'undef'