From: David Kamholz Date: Wed, 8 Feb 2006 00:18:59 +0000 (+0000) Subject: Auth::Store::Htpasswd changes for 0.02 X-Git-Tag: v0.02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=3e35965a7d3de2f7e057c18310e2f3e0a6e66335 Auth::Store::Htpasswd changes for 0.02 --- diff --git a/Changes b/Changes index 8dde6bb..69b59df 100644 --- 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 ;-) diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm index ad5d17c..f0cca0b 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm @@ -25,10 +25,10 @@ sub id { sub supported_features { return { - password => { - self_check => 1, + password => { + self_check => 1, }, - session => 1, + session => 1, roles => 1, }; }