diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-06-28 08:42:36 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-06-28 08:42:36 +0100 |
commit | d7117a9482227b08ceda4afa17a03481bc2a0343 (patch) | |
tree | 12944280054bc8f1342e83fd41bf0b1cfccc0d84 /cpan/Math-BigInt/t/bare_mbf.t | |
parent | 6f770d828bac009c7c97f17ed7851ebb0c61b43f (diff) | |
download | perl-d7117a9482227b08ceda4afa17a03481bc2a0343.tar.gz |
Upgrade from Math::BigInt version 1.999715 to 1.999724
Diffstat (limited to 'cpan/Math-BigInt/t/bare_mbf.t')
-rw-r--r-- | cpan/Math-BigInt/t/bare_mbf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Math-BigInt/t/bare_mbf.t b/cpan/Math-BigInt/t/bare_mbf.t index 38fdae3c95..6b9af66eaa 100644 --- a/cpan/Math-BigInt/t/bare_mbf.t +++ b/cpan/Math-BigInt/t/bare_mbf.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2409; +use Test::More tests => 2402; use lib 't'; |