From: Tomas Doran Date: Tue, 9 Feb 2010 00:17:42 +0000 (+0000) Subject: Apply patch from rt51733 X-Git-Tag: v1.004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=4149fcc0f6c05aa4d4f6d6fd6cd8ac2a2e191e49 Apply patch from rt51733 --- diff --git a/Changes b/Changes index 4817283..5552415 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Fix pod nit from RT#51733 + 1.003 Sat Oct 04 22:17:30 GMT 2008 - Typo in Makefile.PL makes the .tgz unpack to improperly, RT#39817 diff --git a/lib/Catalyst/Authentication/Store/Htpasswd.pm b/lib/Catalyst/Authentication/Store/Htpasswd.pm index 5bcce94..c94ebab 100644 --- a/lib/Catalyst/Authentication/Store/Htpasswd.pm +++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm @@ -119,7 +119,7 @@ Delegates the user lookup to C<< find_user >> =head2 file The path to the htpasswd file. If the path starts with a slash, then it is assumed to be a fully -qualified path, otherwise the path is fed through C< $c->path_to > and so normalised to the +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