diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-13 14:21:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-13 14:21:30 +0000 |
commit | f2613220aeb7e50501bee9fa560d099f31ff36b1 (patch) | |
tree | df49e7263dd87769e40c3ec02da8bd519d8370c8 | |
parent | 0534eb2c7cf65db5d0e07e03b14d361f04df3e09 (diff) | |
download | perl-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)
-rw-r--r-- | MDK/Common/Math.pm | 2 | ||||
-rw-r--r-- | MDK/Common/Various.pm | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/MDK/Common/Various.pm b/MDK/Common/Various.pm index 80d77ff..eba2faf 100644 --- a/MDK/Common/Various.pm +++ b/MDK/Common/Various.pm @@ -86,7 +86,7 @@ use this to ensure nobody uses the return value of the function. eg: gives test.pl:3: main::f() expects a value from main::g(), but main::g() doesn't return any value - + =back =head1 SEE ALSO |