mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@23506 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4ca34779ec
commit
c193981d5b
@ -62,13 +62,13 @@ package AstroSun;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Math::Trig ':pi';
|
use Math::Trig qw(pi pi2 asin acos tan);
|
||||||
use POSIX 'floor';
|
use POSIX 'floor';
|
||||||
use Time::Local 'timegm';
|
use Time::Local 'timegm';
|
||||||
use Time::Piece 'gmtime';
|
use Time::Piece 'gmtime';
|
||||||
|
|
||||||
require Exporter;
|
require Exporter;
|
||||||
our $VERSION = '1.000001';
|
our $VERSION = '1.000003';
|
||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw(AzimuthElevation RiseSet);
|
our @EXPORT = qw(AzimuthElevation RiseSet);
|
||||||
our @EXPORT_OK = qw(EpochToJulianDate JulianDateToEpoch);
|
our @EXPORT_OK = qw(EpochToJulianDate JulianDateToEpoch);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user