Checking in changes prior to tagging of version 0.05. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
1 0.05  2009-01-04
2         - Start releasing using ShipIt
3         - Remove use of _config accessor, which I'd stupidly cargo-culted. 
4         - Fix MANIFEST
5         - Add pod spelling test
6
7 0.04   2008-09-25
8         - Change namespace to remove ::Plugin:: for new auth framework.
9         - Gutted most of the code in the module by subclassing 
10           Catalyst::Authentication::Credential::HTTP.
11
12 0.03    2007-07-18
13         - Fix broken test
14
15 0.02    2007-04-26
16         - switch to Module::Install
17
18 0.01    2006-04-18 13:35:00
19         - $store->get_user now gets the user name as the first arg for maximum
20           compatibility with stores.
21         - Doc fixes