this makes 0.06
[catagits/Catalyst-Plugin-Cache.git] / Changes
1 0.06
2         - clarify the documentation on how to configure a backend
3         - due to stacked evals, certain start up errors were quietly
4           ignored until the first cache hit. These start up errors
5           now correctly manifest themselves at start up time.
6 0.05
7         - change base class order to appease Class::C3
8
9 0.04
10         - ???
11
12 0.03
13         - Be more compatible with ->set() convention of passing expiry
14
15 0.02
16         - Pass around a hash ref instead of a list of kvp.
17
18 0.01
19         - Initial release