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

Revision history for Perl extension Cache::LRU

0.04
	- implement $cache->clear() (by mla)

0.03
	- fix a bug that reversed the order of LRU that might cause a infinite loop later on

0.02
	- free the value object immediately when removed or when a new value is supplied

0.01
	- initial release