Revision history for Perl extension sunrise.
0.01 Fri Dec 10 08:13:24 1999
0.03 Thurs Feb 15 08:30:00 2001
0.04 Sun Mar 11 13:51:22 2001
Finally, I moved all of those tiny subs out of the sunrise() function into their own space. They are not really private subs, and they are referencing values as global variables anyway. Oh, yeah, and I generated the README with pod2text so that the README on CPAN will be a little more informative. R.Bowen 0.05 Wed Oct 17 7:00:00 2001
Performed a complete rewrite of the module to conform with Paul's C code. Fixed a nasty bug the computing the number of days elapsed since 2000 Jan 0.0. Added warnings for no sunrise/sunset Added Rob's enhancements using the time object modules Added new subs sun_rise,sun_set per Rob's recomendation Added Rob's enhancements for selecting different Alt's 0.7 Fri Feb 14 2003
Fixed a bug in dependency, Added Iteration function, Added documentation for subs 0.8 Changed the dependency from Time::Object to Time::Piece
(shame on me) 0.85 Wed Aug 14 2003
Fixed bug in local time conversion (the same bug for 0.05) Changed dependency from Time::Piece to DateTime (Per Joshua Hoblitt) Updated Documentation to reflect DateTime dependency 0.90 Updated the convert_hour sub, This was badly broken Patch from
Chris Phillps applied. Added Constants for Altitude provided by Brian dfoy. 0.91 Major update to the test script 001basic.t I have added many tests
for cities around the world. Changed the convert_hour sub to format the hour (add a zero).