summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt/t/bigfltpm.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Math/BigInt/t/bigfltpm.t')
-rwxr-xr-xlib/Math/BigInt/t/bigfltpm.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Math/BigInt/t/bigfltpm.t b/lib/Math/BigInt/t/bigfltpm.t
index 5cc9ddbbda..c44402877b 100755
--- a/lib/Math/BigInt/t/bigfltpm.t
+++ b/lib/Math/BigInt/t/bigfltpm.t
@@ -26,11 +26,11 @@ BEGIN
}
print "# INC = @INC\n";
- plan tests => 1992
+ plan tests => 2012
+ 2; # own tests
}
-use Math::BigInt;
+use Math::BigInt lib => 'Calc';
use Math::BigFloat;
use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);