From: Yuval Kogman Date: Wed, 18 Jan 2006 11:39:27 +0000 (+0000) Subject: Fudge supported_features in Htpasswd::User, and fix handling in the base class X-Git-Tag: v0.02~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=8fade176102cab08f9ad5bd34bf435b246acb89c Fudge supported_features in Htpasswd::User, and fix handling in the base class --- diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm index 3a80007..438f31a 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm @@ -29,6 +29,7 @@ sub supported_features { self_check => 1, }, session => 1 + roles => 1, }; }