1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix broken links and malformed formatting in POD
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102187
Last-Update: 2016-05-18
--- a/lib/Catalyst/Authentication/Store/Htpasswd.pm
+++ b/lib/Catalyst/Authentication/Store/Htpasswd.pm
@@ -111,7 +111,7 @@
=head2 find_user
-Looks up the user, and returns a Catalyst::Authentication::Store::Htpasswd::User object.
+Looks up the user, and returns a L<Catalyst::Authentication::Store::Htpasswd::User> object.
=head2 user_supports
|