File: manpage-errors.patch

package info (click to toggle)
libcatalyst-authentication-store-htpasswd-perl 1.006-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 336 kB
  • sloc: perl: 451; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
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