Checking in changes prior to tagging of version 0.05. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
CommitLineData
bbec9b61 10.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
b2cd5ce7 70.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
d7c20e94 120.03 2007-07-18
13 - Fix broken test
14
c46e37e2 150.02 2007-04-26
16 - switch to Module::Install
17
180.01 2006-04-18 13:35:00
4332afab 19 - $store->get_user now gets the user name as the first arg for maximum
71868e5d 20 compatibility with stores.
21 - Doc fixes