diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-10 20:55:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-10 20:55:00 +0000 |
commit | 1ddff52a1281532cbd0c62e75300cd5f2fb50094 (patch) | |
tree | 915231c3d2b1ccae3b2355abdffe2a0c040d36de /lib/Math/BigInt/t/sub_mbi.t | |
parent | 14ca2aaa028b45dc233ea8bb9db03e0a1b10a08f (diff) | |
download | perl-1ddff52a1281532cbd0c62e75300cd5f2fb50094.tar.gz |
Upgrade to Math::BigInt 1.59.
p4raw-id: //depot/perl@17174
Diffstat (limited to 'lib/Math/BigInt/t/sub_mbi.t')
-rwxr-xr-x | lib/Math/BigInt/t/sub_mbi.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/sub_mbi.t b/lib/Math/BigInt/t/sub_mbi.t index dcd8645201..99d5971ba2 100755 --- a/lib/Math/BigInt/t/sub_mbi.t +++ b/lib/Math/BigInt/t/sub_mbi.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 2361 + plan tests => 2368 + 5; # +5 own tests } |