Codebase list libcryptx-perl / 7ab5845
fix #73 CPAN testers failure with Math::BigInt 1.99982 Karel Miko 2 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1919 }
2020
2121 use Math::BigFloat only => 'LTM';
22 use Math::BigInt;
22 use Math::BigInt only => 'LTM';
2323
2424 my $cl = "Math::BigInt";
2525
1616 }
1717
1818 use Math::BigFloat only => 'LTM';
19 use Math::BigInt;
19 use Math::BigInt only => 'LTM';
2020
2121 is (Math::BigInt->config()->{lib}, 'Math::BigInt::LTM', 'LTM loaded');
2222