File: fix-manpage-references-in-POD.patch

package info (click to toggle)
libproc-processtable-perl 0.53-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 548 kB
  • ctags: 614
  • sloc: ansic: 4,149; perl: 382; makefile: 16
file content (29 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Adjust references to manpages in POD to not include .pm name ending
Origin: vendor
Bug-Debian: https://bugs.debian.org/843336
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2016-11-06
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118642
Bug: https://rt.cpan.org/Ticket/Display.html?id=118642

--- a/Process/Process.pm
+++ b/Process/Process.pm
@@ -178,6 +178,6 @@ D. Urist, durist@frii.com
 
 =head1 SEE ALSO
 
-Proc::ProcessTable.pm, perl(1).
+L<Proc::ProcessTable>, L<perl(1)>.
 
 =cut
--- a/ProcessTable.pm
+++ b/ProcessTable.pm
@@ -262,7 +262,7 @@ D. Urist, durist@frii.com
 
 =head1 SEE ALSO
 
-Proc::ProcessTable::Process.pm, perl(1).
+L<Proc::ProcessTable::Process>, L<perl(1)>.
 
 =cut