File: pod-error.patch

package info (click to toggle)
libdbix-oo-perl 0.0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 312 kB
  • sloc: perl: 1,271; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: escape / in POD link text
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=85629
Bug-Debian: https://bugs.debian.org/709792
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85629
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-05-26

--- a/lib/DBIx/OO.pm
+++ b/lib/DBIx/OO.pm
@@ -575,7 +575,7 @@
 =head2 C<get_fk_name>
 
 This function returns the name of a foreign key accessor, as defined
-by L<has_a/has_many|has_a_has_many>.  The default returns
+by L<has_aE<sol>has_many|has_a_has_many>.  The default returns
 "fk_$name"--thus prepending "fk_".
 
 If you want the Class::DBI behavior, you can override this function in