Math/BigFloat version 0.02
==========================

This distribution splits out the current version of Math::BigFloat
from the Perl core distribution.  It can be used to update any version
of Perl > 5.003 or better.  This is exactly the same version that is
currently shipping with 5.6.1.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install	# must be done as root

DEPENDENCIES

This module requires these other modules and libraries:

   none

COPYRIGHT AND LICENCE

according to standard Perl licensing scheme (GNU GPL or Artistic)

Original Module: Mark Biggar
Patches and CPAN install by : John Peacock  <jpeacock@rowman.com>

