File: README

package info (click to toggle)
libdatetime-astro-sunrise-perl 0.01.01-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 196 kB
  • ctags: 95
  • sloc: perl: 243; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DateTime/Astro/Sunrise version 0.01
===================================

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 version 0.07 

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.