Codebase list libcryptx-perl / 704b2b1
fix Math::BigInt tests Karel Miko 2 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 use Test::More;
66
77 BEGIN {
8 plan skip_all => "requires Math::BigFloat 1.999715+" unless eval { require Math::BigFloat && eval($Math::BigFloat::VERSION) >= 1.999715 };
8 plan skip_all => "requires Math::BigFloat 1.999827+" unless eval { require Math::BigFloat && eval($Math::BigFloat::VERSION) >= 1.999827 };
99 plan tests => 2403 # tests in require'd file
1010 + 5; # tests in this file
1111 }
55 use Test::More;
66
77 BEGIN {
8 plan skip_all => "requires Math::BigInt 1.999817+" unless eval { require Math::BigInt && eval($Math::BigInt::VERSION) >= 1.999817 };
8 plan skip_all => "requires Math::BigInt 1.999827+" unless eval { require Math::BigInt && eval($Math::BigInt::VERSION) >= 1.999827 };
99 plan tests => 3712 # tests in require'd file
1010 + 6; # tests in this file
1111 }