There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Data::Downloader::Cache::LRU

DESCRIPTION

Least Recently Used caching algorithm.

This algorithm chooses the files which have been used least recently (based on the file's atime as returned by stat(2)).