File: math_complex_doc_see_also.diff

package info (click to toggle)
perl 5.36.0-7%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120,064 kB
  • sloc: ansic: 650,199; perl: 478,052; sh: 70,710; pascal: 8,435; xml: 2,428; yacc: 1,230; makefile: 1,175; cpp: 208; lisp: 1
file content (23 lines) | stat: -rw-r--r-- 702 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
20
21
22
23
From: Dominic Hargreaves <dom@earth.li>
Date: Sat, 30 Apr 2016 22:53:44 +0100
Subject: Math::Trig: add missing SEE ALSO

Bug: https://rt.cpan.org/Ticket/Display.html?id=114105
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697568
---
 cpan/Math-Complex/lib/Math/Trig.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpan/Math-Complex/lib/Math/Trig.pm b/cpan/Math-Complex/lib/Math/Trig.pm
index efc2ff8..acad31f 100644
--- a/cpan/Math-Complex/lib/Math/Trig.pm
+++ b/cpan/Math-Complex/lib/Math/Trig.pm
@@ -743,6 +743,8 @@ an answer instead of giving a fatal runtime error.
 
 Do not attempt navigation using these formulas.
 
+=head1 SEE ALSO
+
 L<Math::Complex>
 
 =head1 AUTHORS