Math::GMP - High speed arbitrary size integer math

To install this package, you will need a version of the GMP library. You can
get it at the homepage of GMP:

	http://www.swox.com/gmp/

After installing GMP, do the following:

	perl Makefile.PL
	make
	make test

When all tests pass, install it (as root) with the following command:

	make install

Enjoy!

