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
version 1.102
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 AND LICENSE
This software is copyright (c) 2004 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.