The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Math::TotalBuilder::Common -- common unit sets for building totals

VERSION

version 1.101

 $Id: /my/cs/projects/total/trunk/lib/Math/TotalBuilder/Common.pm 27913 2006-11-13T15:50:51.155685Z rjbs  $

SYNOPSIS

 use Math::TotalBuilder;
 use Math::TotalBuilder::Common;

 # units for 952 pence
 my %tender = build($Math::TotalBuilder::Common::uk_money_old, 952);

DESCRIPTION

This package is just a set of common sets of units for use with the code in Math::TotalBuilder.

Unit Sets

currency_us

United States currency: dollar bills, coins. The base unit is a penny.

time

Units of time: week, day, hour, minute, second. The base unit is a second.

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

COPYRIGHT

This is free software, and can be distributed under the same terms as perl itself.