File: Changes

package info (click to toggle)
libcache-lru-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 1,432; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
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