Revision history for Perl extension Math::Currency.

0.01  Mon May 10 15:11:36 1999
	- original version; created by h2xs 1.18
	- not publicly released
0.02  Thu May 27 16:21:00 1999
	- implement translucent print format
0.03  Internal only release
0.04  Tue Feb 29 12:04:00 2000
	- make overridden format sticky
0.05  Internal only release
0.06  Mon Apr 24 03:45:00 2000
	- Major Overhaul
	- Inherit from Math::FixedPrecision
0.07  Internal only release
0.08  Tue Jun 27 11:32:06 2000
	- Copy format from existing instance
	- Implement cmp (I thought spaceship was enough)
0.09  Tue Jun 27 14:45:09 2000
	- Change multiply and divide to not promote term to currency type
	- kick self repeatedly for being stupid
0.10  7/28/2000 4:18PM
	- Change everything, now inherits everything from Math::FixedPrecision
0.11  2/21/2001 2:38PM
	- Rewrite README to emphasize need for M::FP/M::BF/M::BI updates
0.20  1/29/2002 2:27PM
	- Rewrite to use Math::BigFloat >= 1.27
	- Change version to next major level
0.21  1/30/2002 10:56AM
	- Adjust tests to correctly handle non-US locale
0.22  2/01/2002 11:09AM
	- Change public interface to use Locale LC_MONETARY codes
	- Produce actual documentation for a change
0.23  2/01/2002 1:08PM
	- make the format() function much more clever
0.24  2/01/2002 4:35PM
	- format() will now set/get and copy the global FORMAT as needed
0.25  2/05/2002 4:15PM
	- Handle parentheses around negative currency
	- Handle less than FRAC_DIGITS decimal places
0.26  2/08/2002 4:45pm
	- Completed support for locale formatting
0.30  2/11/2002 11:45AM
	- Completed rewrite of docs
	- Increment version for release to CPAN
0.31  2/12/2002 11:45AM
	- Select sensible defaults for missing locale parameters