./wip/p5-Math-FixedPrecision, Perl module that provides decimal math without floating point errors

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.21, Package name: p5-Math-FixedPrecision-0.21, Maintainer: geeogeegeeoh

Math::FixedPrecision provides a way to do decimal math without floating
point errors.

WARNING: In order for all tests to complete successfully, you must replace
the stock BigFloat.pm with the one located in this distribution. This file
will also be updated as part of the 5.6.1 distribution, when that is released.
Please copy the included BigFloat.pm to {PERLVERSION}/lib/Math/BigFloat.pm.

Author: John Peacock <jpeacock@rowman.com>

--will


Required to run:
[lang/perl5] [math/p5-Math-BigInteger]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 1a52085dbbd108df03e1846150a914c740ee2bf8
Filesize: 5.158 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:41 by othyro | Files touched by this commit (22)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-10-04 20:42:20 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2008-05-30 14:23:30 by abs | Files touched by this commit (5)
Log message:
Remove some zero length PLIST files
   2008-03-01 20:20:45 by Adam Hoka | Files touched by this commit (1)
Log message:
Add DESTDIR support and REPLACE_PERL to some scripts.
   2007-01-04 17:51:55 by Sergey Svishchev | Files touched by this commit (9)
Log message:
Drop ${PERL5_SITEARCH} from PERL5_PACKLIST -> unbreak packaging.
   2005-06-28 08:51:13 by George Michaelson | Files touched by this commit (1)
Log message:
removed Makefile.bck (FreeBSD Makefile used to do pkg)
   2005-06-28 05:57:11 by George Michaelson | Files touched by this commit (5) | Imported package
Log message:

Math::FixedPrecision provides a way to do decimal math without floating
point errors.

WARNING:  In order for all tests to complete successfully, you must replace
the stock BigFloat.pm with the one located in this distribution.  This file
will also be updated as part of the 5.6.1 distribution, when that is released.
Please copy the included BigFloat.pm to {PERLVERSION}/lib/Math/BigFloat.pm.

Author: John Peacock <jpeacock@rowman.com>

--will