Auth::Store::Htpasswd changes for 0.02
David Kamholz [Wed, 8 Feb 2006 00:18:59 +0000 (00:18 +0000)]
Changes
lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm

diff --git a/Changes b/Changes
index 8dde6bb..69b59df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
-0.02  Sun Jan  1 13:45:33 IST 2006
+0.02  Wed Feb  8 01:18:17 CET 2006
+    - work properly again with roles
     - fix condition where $user is false and still gets a method call on it
     - embarracing doc typos copy pasted by Yuval were fixed too ;-)
 
index ad5d17c..f0cca0b 100644 (file)
@@ -25,10 +25,10 @@ sub id {
 
 sub supported_features {
        return {
-               password => {
-                       self_check => 1,
+        password => {
+            self_check => 1,
                },
-               session => 1,
+        session => 1,
         roles => 1,
        };
 }