Checking in changes prior to tagging of version 0.08. Changelog diff is:
[catagits/Catalyst-Plugin-Cache.git] / Changes
1 0.08
2         - Forgot to add MRO::Compat to Makefile.PL, fail.
3
4 0.07
5         - Switch from NEXT to MRO::Compat.
6         - Change config key from 'cache' to 'Plugin::Cache', old key
7           is still supported for backwards compatibility, but the new
8           key is preferred (RT#40344).
9
10 0.06
11         - clarify the documentation on how to configure a backend
12         - due to stacked evals, certain start up errors were quietly
13           ignored until the first cache hit. These start up errors
14           now correctly manifest themselves at start up time.
15 0.05
16         - change base class order to appease Class::C3
17
18 0.04
19         - ???
20
21 0.03
22         - Be more compatible with ->set() convention of passing expiry
23
24 0.02
25         - Pass around a hash ref instead of a list of kvp.
26
27 0.01
28         - Initial release