mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
61 lines
1.3 KiB
Diff
61 lines
1.3 KiB
Diff
Patch-Source: https://salsa.debian.org/perl-team/modules/packages/libastro-perl/-/blob/debian/0.78-2/debian/patches/pod-syntax.patch
|
|
--
|
|
Description: fix POD syntax errors
|
|
Origin: vendor
|
|
Author: gregor herrmann <gregoa@debian.org>
|
|
Last-Update: 2024-05-15
|
|
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=153497
|
|
Bug: https://rt.cpan.org/Ticket/Display.html?id=153497
|
|
|
|
--- a/Astro/Coord.pm
|
|
+++ b/Astro/Coord.pm
|
|
@@ -111,6 +111,8 @@
|
|
[+0.435730, -0.008541, +0.002117,
|
|
-0.00485852, -0.00002716, +0.99996684]);
|
|
|
|
+=over 4
|
|
+
|
|
=item B<pol2r>
|
|
|
|
($x, $y, $z) = pol2r($polar1, $polar2);
|
|
@@ -1895,6 +1897,8 @@
|
|
angle at which the source rises is simply the negative of this
|
|
value.
|
|
|
|
+=back
|
|
+
|
|
=cut
|
|
|
|
sub antenna_rise($$$$) {
|
|
--- a/Astro/Misc.pm
|
|
+++ b/Astro/Misc.pm
|
|
@@ -62,6 +62,8 @@
|
|
push @ThompsonData, [split];
|
|
}
|
|
|
|
+=over 4
|
|
+
|
|
=item B<read_possm>
|
|
|
|
Read_possm interprets the output file from the AIPS POSSM task.
|
|
@@ -567,6 +569,8 @@
|
|
Model 1 is based on Brand and Blitz, 1993, A&A, 275, 67-90.
|
|
Model 2 has unknown origin.
|
|
|
|
+=back
|
|
+
|
|
=cut
|
|
|
|
sub kindist ($$$$$) {
|
|
--- a/Astro/Time.pm
|
|
+++ b/Astro/Time.pm
|
|
@@ -1377,6 +1377,8 @@
|
|
The required inputs are :
|
|
$month - Name of the month ('Jan', 'January', 'Feb', 'February' etc)
|
|
|
|
+=back
|
|
+
|
|
=cut
|
|
|
|
sub str2month($) {
|