use Test;
use strict;
{
$| = 1;
# to locate the testing files
{
# testing with the core distribution
}
if (-d 't')
{
chdir 't';
}
else
{
}
print "# INC = @INC\n";
}
$class = "Math::BigInt::Subclass";
$CL = "Math::BigInt::Calc";
# Check that a subclass is still considered a BigInt
# ditto for plain Math::BigInt
# But Math::BigFloats aren't
# see what happens if we feed a Math::BigFloat into new()
# ditto for subclass