From: David Kamholz Date: Tue, 24 Jan 2006 11:16:36 +0000 (+0000) Subject: fix typo in Store::Htpasswd::User X-Git-Tag: v0.02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=0fed016a9dac029577ec85b485a0446f7e6507c4 fix typo in Store::Htpasswd::User --- diff --git a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm index 438f31a..ad5d17c 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm @@ -28,7 +28,7 @@ sub supported_features { password => { self_check => 1, }, - session => 1 + session => 1, roles => 1, }; }