Subject: | Incorrect documentation for CACHE_TIME |
The documentation says:
$Net::Whois::Raw::CACHE_TIME = 60;
# Cache files will be cleared after not accessed
# for a specific number of minutes. Documents will not be
# cleared if they keep get requested for, independent
# of disk space. Default is not to clear the cache.
However, the default value is actually 60. There is no support for "not to clear the cache".