Skip Menu |

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

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

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

Bug Information
Severity: Unimportant
Broken in:
  • 0.02
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.20
  • 0.21
  • 0.30
Fixed in: (no value)



Subject: ambiguous use of 'keys' method
Forwarded by Paul.Steward[at]infospace.com: In order to get List::SkipList to install on the perl below (ActivePerl 5.8.0), I needed to add 'CORE::' in front of the two calls to 'keys' in List/SkipList.pm. Otherwise, it complained loudly about ambiguous call to keys, considering your autoloaded keys function later in the same file.