Revision history for Perl extension Date::Baha::i.
0.01 Tue Mar 4 17:53:30 2003
- original version; created by h2xs 1.22 with options
-X -n Date::Baha::i
0.02 Wed Mar 5 2003
- Used constants in place of mystery literals.
- Moved the final date computations to a seperate, private
subroutine.
- Fixed feeble, broken test case.
0.03 Wed Mar 5 2003
- Added a time zone offset key to the date () return.
- Made date () return a hash, instead of a hasref.
- Added functions to return the names of cycles, years, months,
days, the days of the week, and hold days.
- Updated the test suite, of course.
0.03.1 Wed Mar 5 2003
- Ack! I'm a retard! I kept forgetting to add Date::Calc to
the Makefile.PL dependencies. *sob*
0.04 Wed Mar 5 2003
- Added a Gregorian to Baha'i date function.
- Used Exporter.
- Updated the documentation and test suite, of course.
0.04.1 Thu Mar 6 2003
- Fixed incomplete documentation.
0.04.2 Thu Mar 6 2003
- Fixed export list.
- Gave _foo type names to "private" functions.
- Cleaned up documentation.
0.04.3 Fri Mar 7 2003
- Oof! I forgot to test install the package! Fixed the name of
a private function call.
- Cleaned up documentation.
0.05 Fri Mar 7 2003
- Cleaned up and enhanced documentation.
- Returned friendly strings with the date names and ordinals,
given scalar context for the date () and greg_to_bahai ()
functions.
- Updated test suite accordingly.
0.06 Fri Mar 21 2003 - Naw Ruz!
- Oof! Corrected the year calculation.
- Exported the as_string () function.
- Enhanced the as_string () function with diverse output
representations.
- Updated documentation and test suite accordingly.
- Made the test suite non-lame. Yay!
0.06.1 Sat Mar 22 2003
- Cleaned up documentation.
0.06.2 Sat Mar 22 2003
- Oof! Fixed the syntax of a function call to which I had
changed to interface.
- Deleted the timezone key from the returned date_hash in the
test suite.
0.07 Sat Mar 22 2003
- Used gmtime in the date and greg_to_bahai functions, if asked to.
- Incremented the day number if we are using localtime. XXX: Why??
- Made tests use gmtime.
0.08 Sun Mar 23 2003
- Corrected the "addition of one day" in the date () function.
- Fixed the syntax of the HOLY_DAYS constant hash.
- Added the current holy day to the date, if the day is on one.
- Added a next_holy_day () function.
0.08.1 Sun Mar 23 2003
- Fixed documentation.
- Added a reminder to integrate with DateTime to the TO DO
section.
0.09
- Fixed documentation.
- Replaced the seemingly broken Date::Calc::Date_to_Time()
function with Time::Local. (See the XXX comment preceding the
greg_to_bahai() function.)