summaryrefslogtreecommitdiffstats
path: root/MDK/Common/Math.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-13 14:21:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-13 14:21:30 +0000
commitf2613220aeb7e50501bee9fa560d099f31ff36b1 (patch)
treedf49e7263dd87769e40c3ec02da8bd519d8370c8 /MDK/Common/Math.pm
parent0534eb2c7cf65db5d0e07e03b14d361f04df3e09 (diff)
downloadperl-MDK-Common-f2613220aeb7e50501bee9fa560d099f31ff36b1.tar
perl-MDK-Common-f2613220aeb7e50501bee9fa560d099f31ff36b1.tar.gz
perl-MDK-Common-f2613220aeb7e50501bee9fa560d099f31ff36b1.tar.bz2
perl-MDK-Common-f2613220aeb7e50501bee9fa560d099f31ff36b1.tar.xz
perl-MDK-Common-f2613220aeb7e50501bee9fa560d099f31ff36b1.zip
remove spaces from line with spaces only (less warning in pod2html)
Diffstat (limited to 'MDK/Common/Math.pm')
-rw-r--r--MDK/Common/Math.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/Math.pm b/MDK/Common/Math.pm
index c467150..c49c828 100644
--- a/MDK/Common/Math.pm
+++ b/MDK/Common/Math.pm
@@ -52,7 +52,7 @@ C<($a, $b) = divide(10,3)> gives C<$a is 3> and C<$b is 1>
=item min(LIST)
=item max(LIST)
-
+
returns the minimum/maximum number in the list
=item or_(LIST)