summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/mbimbf.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/mbimbf.t')
-rw-r--r--cpan/Math-BigInt/t/mbimbf.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Math-BigInt/t/mbimbf.t b/cpan/Math-BigInt/t/mbimbf.t
index 7d8afb07c9..89559a2d9c 100644
--- a/cpan/Math-BigInt/t/mbimbf.t
+++ b/cpan/Math-BigInt/t/mbimbf.t
@@ -7,8 +7,8 @@ use strict;
use Test::More tests => 684
+ 26; # own tests
-use Math::BigInt 1.70;
-use Math::BigFloat 1.43;
+use Math::BigInt lib => 'Calc';
+use Math::BigFloat;
use vars qw/$mbi $mbf/;