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.