From: Tom Bloor Date: Wed, 11 May 2016 11:11:51 +0000 (+0100) Subject: Fix pod issues around hyperlinks X-Git-Tag: v1.004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bddfbc8ea268505de2408f35a24d9be342ed4bd;hp=4149fcc0f6c05aa4d4f6d6fd6cd8ac2a2e191e49;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git Fix pod issues around hyperlinks --- diff --git a/lib/Catalyst/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Authentication/Store/Htpasswd.pm index c94ebab..338b8fb 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm @@ -122,12 +122,12 @@ The path to the htpasswd file. If the path starts with a slash, then it is assum qualified path, otherwise the path is fed through C<< $c->path_to >> and so normalised to the application root. -Alternatively, it is possible to pass in an L< Authen::Htpasswd > object here, and this will be +Alternatively, it is possible to pass in an L object here, and this will be used as the htpasswd file. =head2 user_class -Change the user class which this store returns. Defaults to L< Catalyst::Authentication::Store::Htpasswd::User >. +Change the user class which this store returns. Defaults to L. This can be used to add additional functionality to the user class by sub-classing it, but will not normally be needed.