DateTime/Event/Sunrise version 0.03
===================================

This module will return a DateTime Object for sunrise and sunset for a
given day.


To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 DateTime.pm
 DateTime-Set
COPYRIGHT AND LICENCE

Same as perl

Copyright (C) 2003 Ron Hill

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.