Re: [RFC] Astro:: modules

2003-10-18 Thread Joshua Hoblitt
Anyway, here's what I got so far with the Astro:: stuff: Astro::Sun- stuff related to solar position Astro::Moon - stuff related to lunar position Astro::Common - common calculation utilities How common is Common? Remember there is stuff like Astro::FITS::CFITSIO (also a good

Re: [RFC] Astro:: modules

2003-10-18 Thread Daisuke Maki
How common is Common? Remember there is stuff like Astro::FITS::CFITSIO (also a good example of why C interfaces suck in perl) under that namespace. CC uses these functions throughout both solar and lunar calculations: julian_centuries nutation obliquity aberration The rest of the

Re: Re: FW: DateTime questions...

2003-10-18 Thread rickmeasham
Matt Wright [EMAIL PROTECTED] wrote: Yes, I noticed this too, but there seemed to be quite a few problems besides just the compiler issue. The Makefile came out very screwy as well, with a lot of missing single quotes, variables without any = signs after them, etc. I