summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt/t/sub_mbi.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-07 01:30:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-07 01:30:25 +0000
commit394e6ffb59de984c27a7dce4842d9c594c141888 (patch)
tree6429d67f7140ea0b59418ef189462043edc76d24 /lib/Math/BigInt/t/sub_mbi.t
parent4f8e594433baee93e2bc267827128e45c0c466c0 (diff)
downloadperl-394e6ffb59de984c27a7dce4842d9c594c141888.tar.gz
Upgrade to Math::BigInt 1.48.
p4raw-id: //depot/perl@13505
Diffstat (limited to 'lib/Math/BigInt/t/sub_mbi.t')
-rwxr-xr-xlib/Math/BigInt/t/sub_mbi.t10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Math/BigInt/t/sub_mbi.t b/lib/Math/BigInt/t/sub_mbi.t
index e387f89b37..779416c30b 100755
--- a/lib/Math/BigInt/t/sub_mbi.t
+++ b/lib/Math/BigInt/t/sub_mbi.t
@@ -26,17 +26,19 @@ BEGIN
}
print "# INC = @INC\n";
- plan tests => 1669 + 4; # +4 own tests
+ plan tests => 1865
+ + 4; # +4 own tests
}
use Math::BigInt::Subclass;
-use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup);
+use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
$class = "Math::BigInt::Subclass";
+$CL = "Math::BigInt::Calc";
-my $version = '0.01'; # for $VERSION tests, match current release (by hand!)
+my $version = '0.02'; # for $VERSION tests, match current release (by hand!)
-require 'bigintpm.inc'; # perform same tests as bigfltpm
+require 'bigintpm.inc'; # perform same tests as bigintpm
# Now do custom tests for Subclass itself
my $ms = $class->new(23);