Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Math::TotalBuilder::Common -- common unit sets for building totals
VERSION
$Id: Common.pm,v 1.2 2004/08/23 14:48:07 rjbs Exp $
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.