summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-07-12 18:21:06 +0200
committerKarel Miko <karel.miko@gmail.com>2021-07-12 18:21:06 +0200
commit7ab5845b1824cfc41383a94289165b2eb13b75c6 (patch)
tree650dbf3d07b284e01f2b5dbe6cd56993be7695d0 /t
parent0aeb24d9b86fe21e1ac231e5d38d2d8d906d4731 (diff)
fix #73 CPAN testers failure with Math::BigInt 1.99982
Diffstat (limited to 't')
-rw-r--r--t/mbi_ltm_biglog.t2
-rw-r--r--t/mbi_ltm_bigroot.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/mbi_ltm_biglog.t b/t/mbi_ltm_biglog.t
index 34ea3550..ffc0cade 100644
--- a/t/mbi_ltm_biglog.t
+++ b/t/mbi_ltm_biglog.t
@@ -20,7 +20,7 @@ BEGIN {
}
use Math::BigFloat only => 'LTM';
-use Math::BigInt;
+use Math::BigInt only => 'LTM';
my $cl = "Math::BigInt";
diff --git a/t/mbi_ltm_bigroot.t b/t/mbi_ltm_bigroot.t
index f9d11dfc..225e450f 100644
--- a/t/mbi_ltm_bigroot.t
+++ b/t/mbi_ltm_bigroot.t
@@ -17,7 +17,7 @@ BEGIN {
}
use Math::BigFloat only => 'LTM';
-use Math::BigInt;
+use Math::BigInt only => 'LTM';
is (Math::BigInt->config()->{lib}, 'Math::BigInt::LTM', 'LTM loaded');