diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-23 20:34:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-23 20:34:43 +0000 |
commit | 56b9c9515cd02d944073a40912b99b5ed69f9766 (patch) | |
tree | a26b952b32fa1e26f4dfe176dfa14841b8406716 /lib/Math/BigInt/t/sub_mbi.t | |
parent | 071db25d4bd6237e4ead7e44b9c1420448a117ff (diff) | |
download | perl-56b9c9515cd02d944073a40912b99b5ed69f9766.tar.gz |
Upgrade to Math::BigInt 1.55, from Tels.
p4raw-id: //depot/perl@15447
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 c492592099..95a0dae1dc 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 => 2147 + plan tests => 2237 + 5; # +4 own tests } |