From 3f42e716135bc048b90cb6cca188f324e65c69dc Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 19 May 2016 10:44:11 +0000 Subject: - Fix trailing whitespace in pkg-descrs, categories [g-n]* Approved by: portmgr blanket --- math/p5-Math-Units/pkg-descr | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'math/p5-Math-Units') diff --git a/math/p5-Math-Units/pkg-descr b/math/p5-Math-Units/pkg-descr index 518a1fbca16a..a5b0c0c57560 100644 --- a/math/p5-Math-Units/pkg-descr +++ b/math/p5-Math-Units/pkg-descr @@ -1,16 +1,16 @@ -The Math::Units module converts a numeric value in one unit of measurement -to some other unit. The units must be compatible, i.e. length can not be -converted to volume. If a conversion can not be made an exception is +The Math::Units module converts a numeric value in one unit of measurement +to some other unit. The units must be compatible, i.e. length can not be +converted to volume. If a conversion can not be made an exception is thrown. -A combination chaining and reduction algorithm is used to perform the most -direct unit conversion possible. Units may be written in several different -styles. An abbreviation table is used to convert from common long-form -unit names to the (more or less) standard abbreviations that the units -module uses internally. All multiplicative unit conversions are cached so +A combination chaining and reduction algorithm is used to perform the most +direct unit conversion possible. Units may be written in several different +styles. An abbreviation table is used to convert from common long-form +unit names to the (more or less) standard abbreviations that the units +module uses internally. All multiplicative unit conversions are cached so that future conversions can be performed very quickly. -Too many units, prefixes and abbreviations are supported to list here. See +Too many units, prefixes and abbreviations are supported to list here. See the source code for a complete listing. WWW: http://search.cpan.org/dist/Math-Units/ -- cgit