NAME

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

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.