Warn if you use old config key or blank config. There is a load of simplification...
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
4d098922 1 - Generate a warning if no config is specified, or config
2 is specified using the old key.
cfeadc99 30.08
4 - Forgot to add MRO::Compat to Makefile.PL, fail.
5
0ba5145c 60.07
7 - Switch from NEXT to MRO::Compat.
8 - Change config key from 'cache' to 'Plugin::Cache', old key
9 is still supported for backwards compatibility, but the new
10 key is preferred (RT#40344).
ab8e499f 11
dc5fda2b 120.06
13 - clarify the documentation on how to configure a backend
14 - due to stacked evals, certain start up errors were quietly
15 ignored until the first cache hit. These start up errors
16 now correctly manifest themselves at start up time.
204b2b54 170.05
18 - change base class order to appease Class::C3
19
200.04
21 - ???
22
be13e4dd 230.03
24 - Be more compatible with ->set() convention of passing expiry
25
f5989257 260.02
27 - Pass around a hash ref instead of a list of kvp.
28
290.01
30 - Initial release