The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog
=========

0.03 07 Jan 2005
  - No more param validation in the name of efficiency
  - Use Math::BigInt/Math::BigFloat more extensively
  - Require newer DateTime::Util::Calc
  - Use Cache::Cache for caching
  - No more memoizing

0.02 10 Feb 2004
  - Change Build.PL to require DateTime::Util::Calc 0.02, which will handle
    prompting for math libraries more elegantly
  - Slightly reduce on the number of calls to moment()

0.01 12 Jan 2004
  - Turn memoization back on.
  - Various minor optimizations (~20% performance increase on some
    cases)

0.01_04 29 Dec 2003
  - Doc tweak

0.01_03 20 Dec 2003
  - Removed debug statement
  - Turns out memoization sometime breaks things. Commented out
    for the time being
  - Changed output of solar_longitude() and lunar_longitude such that
    the calculated value is passed through bf_downgrade(). This should
    speed things up... in some cases.
  - Use constants where applicable

0.01_02 19 Dec 2003
  - Add sanity tests
  - fix some indentation problems

0.01_01 09 Dec 2003
  - Initial Release