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

Except where noted, all changes by Daisuke Maki.

0.06 07 Jan 2005
  - Fix Build.PL craziness trying to install things via CPAN

0.05 07 Jan 2005
  - Removed non-existent functions 'bi_upgrade' 'bf_upgrade'
    and replaced them with bigfloat() and bigint()
  - Fixed dt_from_moment(). 
  - rt #9478: Module::Build doesn't include Makefile.PL in MANIFEST
    so manually adding it.
  - No more memoizing

0.04 06 Jan 2005
  - Add revolution() and rev180() (Ronald Hill)
  - Require use of Math::BigInt / Math::BigFloat

0.03 25 Feb 2004
  - acos_deg() and asin_deg() were reporting incorrect results.
    Reported by Ronald Hill.

0.02 10 Feb 2004
  - Add prompts to install Math::BigInt::GMP and Math::BigInt::Pari on
    demand. 
  - Make underlying Math::BigFloat to fall back to Pari if loading GMP fails

0.01 12 Jan 2004
  - House cleaning
  - Minor tweaks

0.01_04 27 Dec 2003
  - Aah, bad bad. The DateTime object returned from rata_die() was set
    to a floating time zone. Yew. Now rata_die() is always in UTC
  - Introduce truncate_to_midday()

0.01 12 Jan 2004
  - House cleaning
  - Minor tweaks

0.01_04 27 Dec 2003
  - Aah, bad bad. The DateTime object returned from rata_die() was set
    to a floating time zone. Yew. Now rata_die() is always in UTC
  - Introduce truncate_to_midday()

0.01_03 23 Dec 2003
  - Try memoizing some of this stuff...

0.01_02 19 Dec 2003
  - Add some tests

0.01_01 09 Dec 2003
  - Initial release