Time-LST version 0.038
=====================

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

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.

COPYRIGHT AND LICENCE

Copyright (C) 2006-2009 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.