summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-17 18:29:59 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-17 18:29:59 (EST)
commit343cb59004daa64d69e349c4f435a65ef5bf88af (patch)
tree02838454662bd7ddea057f36d2c0d4a4dfc61a38
parent052fe8fd7f39612fd50e2620ec04894aa1c07622 (diff)
downloadMath-Decimal-FastPP-343cb59004daa64d69e349c4f435a65ef5bf88af.zip
Math-Decimal-FastPP-343cb59004daa64d69e349c4f435a65ef5bf88af.tar.gz
Math-Decimal-FastPP-343cb59004daa64d69e349c4f435a65ef5bf88af.tar.bz2
README: Add text to POD links
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index bc2c0ac..8108fac 100644
--- a/README
+++ b/README
@@ -3,15 +3,15 @@
Math::Decimal::FastPP provides a few common decimal arithmetic and
rounding functions written in pure Perl. The functions are of course
slower than Perl's built-in binary floating-point math, but they're
-faster than L<Math::BigFloat> and other commonly used decimal math
-modules.
+faster than L<Math::BigFloat|Math::BigFloat> and other commonly used
+decimal math modules.
This module is currently less complete than Perl's built-in math and
other decimal math modules. So far it only includes addition,
multiplication, and two rounding functions.
Despite the similar name and purpose, this module is not compatible with
-L<Math::Decimal>.
+L<Math::Decimal|Math::Decimal>.
=head2 INSTALLATION