Checking in changes prior to tagging of version 0.08. Changelog diff is:
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
cfeadc99 10.08
2 - Forgot to add MRO::Compat to Makefile.PL, fail.
3
0ba5145c 40.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).
ab8e499f 9
dc5fda2b 100.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.
204b2b54 150.05
16 - change base class order to appease Class::C3
17
180.04
19 - ???
20
be13e4dd 210.03
22 - Be more compatible with ->set() convention of passing expiry
23
f5989257 240.02
25 - Pass around a hash ref instead of a list of kvp.
26
270.01
28 - Initial release