Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Store-Htpasswd CPAN distribution.

Report information
The Basics
Id: 51733
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Store-Htpasswd

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.003
Fixed in: (no value)



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
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
Applied as r12840, thanks for the patch.