Cleanups
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
1c99d822 10.09
4d098922 2 - Generate a warning if no config is specified, or config
3 is specified using the old key.
26dcff5b 4 - Support the compute() method, and emulate it if the backend
5 doesn't have it.
6
cfeadc99 70.08
8 - Forgot to add MRO::Compat to Makefile.PL, fail.
9
0ba5145c 100.07
11 - Switch from NEXT to MRO::Compat.
12 - Change config key from 'cache' to 'Plugin::Cache', old key
13 is still supported for backwards compatibility, but the new
14 key is preferred (RT#40344).
ab8e499f 15
dc5fda2b 160.06
17 - clarify the documentation on how to configure a backend
18 - due to stacked evals, certain start up errors were quietly
19 ignored until the first cache hit. These start up errors
20 now correctly manifest themselves at start up time.
204b2b54 210.05
22 - change base class order to appease Class::C3
23
240.04
25 - ???
26
be13e4dd 270.03
28 - Be more compatible with ->set() convention of passing expiry
29
f5989257 300.02
31 - Pass around a hash ref instead of a list of kvp.
32
330.01
34 - Initial release