diff options
Diffstat (limited to 'lib/Math/BigInt/t/bigintpm.t')
-rwxr-xr-x | lib/Math/BigInt/t/bigintpm.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Math/BigInt/t/bigintpm.t b/lib/Math/BigInt/t/bigintpm.t index 70dc726eb6..d1fac731b3 100755 --- a/lib/Math/BigInt/t/bigintpm.t +++ b/lib/Math/BigInt/t/bigintpm.t @@ -10,12 +10,13 @@ BEGIN my $location = $0; $location =~ s/bigintpm.t//; unshift @INC, $location; # to locate the testing files chdir 't' if -d 't'; - plan tests => 1669; + plan tests => 1865; } use Math::BigInt; -use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup); +use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL); $class = "Math::BigInt"; +$CL = "Math::BigInt::Calc"; require 'bigintpm.inc'; # all tests here for sharing |