diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-30 16:04:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-30 16:04:47 +0000 |
commit | 3a427a117ca05296a5c3d5d88415dc040792253b (patch) | |
tree | 97b20e515ab702aaaef8d8dbca74023d2d6c6b0f /lib/Math/BigInt/t/sub_mbi.t | |
parent | f5c235e79ea25787354a22de0af257a672e955a0 (diff) | |
download | perl-3a427a117ca05296a5c3d5d88415dc040792253b.tar.gz |
Upgrade to Math::BigInt 1.68.
p4raw-id: //depot/perl@22007
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 3b3c6e645e..238407a5d6 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 => 2760 + plan tests => 2766 + 5; # +5 own tests } |