Skip Menu |

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

Report information
The Basics
Id: 6532
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.40
  • 0.41
  • 0.42
  • 0.50
  • 0.51
  • 0.60
  • 0.61
  • 0.62
  • 0.63
  • 0.64
  • 0.65
Fixed in: 0.70_01



Subject: max_level can be set to values greater than MAX_LEVEL
One can do the following: $list = List::SkipList->new( max_level => 64 ); This should be forbidded. A fix has been added to 0.70_01