NAME

Number::Tolerant::BasicTypes -- basic built-in tolerance types

VERSION

version 1.40

$Id: BasicTypes.pm,v 1.4 2004/12/07 20:30:31 rjbs Exp $

SYNOPSIS

use Number::Tolerant;

my $range  = tolerance(10 => to => 12);
my $random = 10 + rand(2);

die "I shouldn't die" unless $random == $range;

print "This line will always print.\n";

DESCRIPTION

This module is used by Number::Tolerant to configure its basic built-in tolerance types.

TODO

SEE ALSO

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

COPYRIGHT

(C) 2004, Ricardo SIGNES. Number::Tolerant is available under the same terms as Perl itself.