File: Changes

package info (click to toggle)
libcache-ref-perl 0.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 260 kB
  • sloc: perl: 2,010; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
0.04
	- Replace deprecated use of 'for qw(...)' with 'for (qw(...))'

0.03
	- Make sure that Cache::Ref::Random::expire removes the desired number
	  of items

0.02
	- Added LIFO, Null and Random implementations
	- Added 'expire' method
	- Documentation improvements

0.01
	- Initial version