aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/fixes/math_complex_doc_see_also.diff
blob: 01e58de149b5cf2b079d8725db5583b3ceea3541 (plain)
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
From 93fe0546af1b77897ec127db729a71e983dd79a0 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Sat, 30 Apr 2016 22:53:44 +0100
Subject: [PATCH] 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
Patch-Name: fixes/math_complex_doc_see_also.diff

---
 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 89dcd09..bc7ac78 100644
--- a/cpan/Math-Complex/lib/Math/Trig.pm
+++ b/cpan/Math-Complex/lib/Math/Trig.pm
@@ -748,6 +748,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