Time-LST version 0.04
=====================

A wrapper to a number of Astro::Time methods that simplifies
conversion of a datetime array (such as returned by Date::Calc),
or time in seconds since the epoch (as returned by time, or stat fields),
into local sidereal time (in hours, minutes and seconds).
Give a filepath to get the LST of its last modified time,
or see what the LST is now.
Essentially, you need to know the longitude (in degrees) of the space relevant to your time.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

 Alternatively, to install with Module::Build, you can use the following commands:

   perl Build.PL
    ./Build
    ./Build test
    ./Build install

DEPENDENCIES

This module requires these other modules and libraries:

  Astro::Time
  DateTime
  Date::Parse

ppm users: If you don't have DateTime, and DateTime.pm isn't available via ActiveState repository,
it can be installed with ppm via the uwinnipeg (theoryx) repository.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Time::LST

COPYRIGHT AND LICENCE

Copyright (C) 2006-2020 by R Garton

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


