2004-04-27 14:12  dave

	* Fraction.pm (1.3): Added support for negative numbers.
	* t/09_neg.t (1.1): Added tests for negative numbers

2003-02-19 20:02  dave

	* t/08_compare.t (1.2): Corrected invalid string tests.  '1/2' lt
	'1/4' (when considered as strings)
	* Fraction.pm (1.2): Correct '+0' to '0+'.  Added "fallback" -
	which allowed me to remove cmp and ncmp.

2003-02-19 19:40  dave

	* Changes (1.1.1.1), Fraction.pm (1.1.1.1), MANIFEST (1.1.1.1),
	Makefile.PL (1.1.1.1), README (1.1.1.1), t/01_load.t (1.1.1.1),
	t/02_create.t (1.1.1.1), t/03_create.t (1.1.1.1), t/04_add.t
	(1.1.1.1), t/05_subtract.t (1.1.1.1), t/06_multiply.t (1.1.1.1),
	t/07_divide.t (1.1.1.1), t/08_compare.t (1.1.1.1): imported
	* Changes (1.1), Fraction.pm (1.1), MANIFEST (1.1), Makefile.PL
	(1.1), README (1.1), t/01_load.t (1.1), t/02_create.t (1.1),
	t/03_create.t (1.1), t/04_add.t (1.1), t/05_subtract.t (1.1),
	t/06_multiply.t (1.1), t/07_divide.t (1.1), t/08_compare.t (1.1):
	Initial revision