aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Round/pkg-descr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-04 12:52:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-04 12:52:31 +0000
commit0804b6286300987e6948b529a57c48680f29f925 (patch)
treef31c0c941a021d03d3713ae13af6936d3677759e /math/p5-Math-Round/pkg-descr
parent48434c685e80ce383dc4cf2ff495aa7660a478e5 (diff)
downloadports-0804b6286300987e6948b529a57c48680f29f925.tar.gz
ports-0804b6286300987e6948b529a57c48680f29f925.zip
Notes
Diffstat (limited to 'math/p5-Math-Round/pkg-descr')
-rw-r--r--math/p5-Math-Round/pkg-descr7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-Math-Round/pkg-descr b/math/p5-Math-Round/pkg-descr
index a831cded6366..59cf8bcf61f3 100644
--- a/math/p5-Math-Round/pkg-descr
+++ b/math/p5-Math-Round/pkg-descr
@@ -1,6 +1,5 @@
-Math::Round is a Perl module. It supplies functions to round numbers,
-both positive and negative, in various ways. This may seem like an
-odd thing to write a whole module for, but rounding can sometimes be
-a little tricky, so I thought some people might find this useful.
+Math::Round supplies functions that will round numbers in different ways. The
+functions round and nearest are exported by default; others are available as
+described below. "use ... qw(:all)" exports all functions.
WWW: http://search.cpan.org/dist/Math-Round/