Checking in changes prior to tagging of version 1.009. Changelog diff is: v1.009
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 4 Jan 2009 21:32:13 +0000 (21:32 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 4 Jan 2009 21:32:13 +0000 (21:32 +0000)
commitafe44be85845869628fe2917a5068d8e2b46434e
tree1a5e85fca090250abd030c16a645fdb338042b0c
parentb5402c9e1b00eb7dbb28da81db4bfb5e53919744
Checking in changes prior to tagging of version 1.009.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 9903)
+++ Changes (local)
@@ -1,3 +1,10 @@
+1.009  2009-01-04
+   - Remove use of _config accessor, which I'd stupidly cargo-culted.
+     As we don't ever run in auth back-compat mode, we can store
+     everything in instance data without worrying about conflicts.
+     Note however - have to keep the accessor itself so that our
+     parent class (which is still stupid and uses it) continues to work.
+
1.008  2008-12-10
- Fix issue with the user not being authenticated into the correct
realm, by not calling $c->set_authenticated ourselves, but instead
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm
t/basic.t