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
0.32 3/06/2002 3:09PM
- Forgot to enforce precision on objects with only global format
- Need to have ->new() called from M::BI::objectify use M::BF::new instead
0.33 08/17/2002 4:02PM
- Trailing decimal point for currency without fraction (Jacques
Deguest)
- Added JPY to preset formats
0.34 08/17/2002 10:18PM
- Add monetary_locale to reset global $FORMAT to new POSIX locale
- Reformat POD to look a little nicer
0.35 08/18/2002 9:51pm
- Rename monetary_locale() to initialize() and make module use it itself.
- Document in POD
0.36 08/26/2002 10:57am
- Add $always_init global parameter and test initialize() in format()
- Add POD discussion of quoting input
0.37 08/26/2002 02:24pm
- Forgot to fix 5.8.0 tr// error