use Test;
use strict;
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/upgradef.t//i;
{
# testing with the core distribution
}
if (-d 't')
{
chdir 't';
}
else
{
}
print "# INC = @INC\n";
+ 6; # our own tests
}
###############################################################################
require Exporter;
use overload;
sub isa
{
}
sub bmul
{
}
sub badd
{
}
###############################################################################
# use Math::BigInt upgrade => 'Math::BigFloat';
$class = "Math::BigFloat";
$CL = "Math::BigInt::Calc";
$ECL = "Math::BigFloat::Test";
# not yet:
# require 'upgrade.inc'; # all tests here for sharing