From: Christopher Hoskin Date: Tue, 17 Feb 2015 22:02:25 +0000 (-0800) Subject: apply patch from RT#102187 X-Git-Tag: v1.006~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=12087068e1b354ce3a1221645ea3e36467437f9e apply patch from RT#102187 --- diff --git a/lib/Catalyst/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Authentication/Store/Htpasswd.pm index 8fa2568..429183a 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm @@ -90,7 +90,7 @@ __END__ =head1 DESCRIPTION -This plugin uses L to let your application use C<<.htpasswd>> +This plugin uses L to let your application use C<< .htpasswd >> files for it's authentication storage. =head1 METHODS @@ -105,11 +105,12 @@ Looks up the user, and returns a Catalyst::Authentication::Store::Htpasswd::User =head2 user_supports -Delegates to Luser_supports|Catalyst::Authentication::Store::Htpasswd::User#user_supports> +Delegates to L<< Catalyst::Authentication::User->supports|Catalyst::Authentication::User/supports >> or an +override in L. =head2 from_session -Delegates the user lookup to C<< find_user >> +Delegates the user lookup to L =head1 CONFIGURATION diff --git a/lib/Catalyst/Authentication/Store/Htpasswd/User.pm b/lib/Catalyst/Authentication/Store/Htpasswd/User.pm index 60a8feb..f0d5eaa 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd/User.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd/User.pm @@ -71,7 +71,7 @@ __END__ =head1 DESCRIPTION This object wraps an L object. An instance of it will be returned -by C<< $c->user >> when using L. Methods +by C<< $c->user >> when using L. Methods not defined in this module are passed through to the L object. The object stringifies to the username. @@ -80,7 +80,7 @@ object stringifies to the username. =head2 new($store,$user) Creates a new object from a store object, normally an instance of -L, and a user object, +L, and a user object, normally an instance of L. =head2 id