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.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.