aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-FixedPrecision/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-03 23:40:09 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-03 23:40:09 +0000
commit5163c29eab7192fd731450c2ed5b919c3962cafc (patch)
treee609d741d579443ade1a825a31e25c8699812260 /math/p5-Math-FixedPrecision/pkg-descr
parent9d486b7cfd85c3a056d3640871d5064d384c335f (diff)
downloadports-5163c29eab7192fd731450c2ed5b919c3962cafc.tar.gz
ports-5163c29eab7192fd731450c2ed5b919c3962cafc.zip
Notes
Diffstat (limited to 'math/p5-Math-FixedPrecision/pkg-descr')
-rw-r--r--math/p5-Math-FixedPrecision/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/p5-Math-FixedPrecision/pkg-descr b/math/p5-Math-FixedPrecision/pkg-descr
new file mode 100644
index 000000000000..44edcc71c15b
--- /dev/null
+++ b/math/p5-Math-FixedPrecision/pkg-descr
@@ -0,0 +1,11 @@
+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