Tweak net/gssdp version 0.14.10
[dports.git] / math / p5-Math-Units / pkg-descr
1 The Math::Units module converts a numeric value in one unit of measurement 
2 to some other unit. The units must be compatible, i.e. length can not be 
3 converted to volume. If a conversion can not be made an exception is 
4 thrown.
5
6 A combination chaining and reduction algorithm is used to perform the most 
7 direct unit conversion possible. Units may be written in several different 
8 styles. An abbreviation table is used to convert from common long-form 
9 unit names to the (more or less) standard abbreviations that the units 
10 module uses internally. All multiplicative unit conversions are cached so 
11 that future conversions can be performed very quickly.
12
13 Too many units, prefixes and abbreviations are supported to list here. See 
14 the source code for a complete listing.
15
16 WWW: http://search.cpan.org/dist/Math-Units/