Revision history for Perl extension Date::Gregorian.
0.01 Mon Nov 29 23:40:56 1999
- original version; created by h2xs 1.1.1.1.2.1
0.02 Sat Jun 17 12:01:29 2000
- revised integer arithmetic to deal with years before AD 1
0.03 Tue Aug 7 08:19:25 2001
- extended POD documentation and test suite
0.04 Tue Oct 16 13:13:15 2001
- merged set_{first|next|prev|last}_wd methods into set_weekday
- added module Date::Gregorian::Exact
0.05 Fri Apr 19 20:05:01 2002
- got rid of pseudo-hashes
0.06 Tue May 21 23:06:02 2002
- revised POD documentation
- added rounding in Date::Gregorian::Exact
0.07 Thu Jan 19 07:38:43 2006
- added methods today and get_days_in_year
- added module Date::Gregorian::Business
- split test.pl into t/*.t
- fixed set_yd for years without Jan 1 (which can happen
close to a user-defined calendar reformation date)
- portability fix for set/get_gmtime where OS-specific gmtime(0)
is something else than 00:00:00, January 1, 1970.