Complete version history ======================== ############################################################################## Math::Roman: 2001-02-17 1.02: require 5_005; 2001-04-14 1.03: fixed as_number() to return BigInt 2001-05-07 1.04: got rid of C&P in overload section 2001-11-08 1.05: made seperate package 2002-04-01 1.06 Tels (not released) * fixed roman() (Thanx to Richard Jelinek) * LXL is invalid (LX == 40 and is thus smaller than L (50)) 2004-03-12 1.07 Tels * require Math::BigInt v1.70 (v1.45 is now rather outdated) * doc fix: "you define an 'IIX' token with a value of 12" should read: "...value of 8" (Thanx to "Martin H. Sluka") * add SIGNATURE Tels