diff options
author | Tels <nospam-abuse@bloodgate.com> | 2007-06-09 16:07:34 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-11 15:20:38 +0000 |
commit | 80365507967096955316527fd22b32ea3dc94765 (patch) | |
tree | 0a51d493413d251488250b7bb20e595008d89a36 /lib/Math/BigInt/t/bigintpm.t | |
parent | fdb4b05f1f9ef1d9dc6361348b4be14d11ea44f4 (diff) | |
download | perl-80365507967096955316527fd22b32ea3dc94765.tar.gz |
Math::BigInt v1.87 take 8
Message-Id: <200706091407.36659@bloodgate.com>
p4raw-id: //depot/perl@31365
Diffstat (limited to 'lib/Math/BigInt/t/bigintpm.t')
-rwxr-xr-x | lib/Math/BigInt/t/bigintpm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bigintpm.t b/lib/Math/BigInt/t/bigintpm.t index f8e2edaa07..86a41c58d6 100755 --- a/lib/Math/BigInt/t/bigintpm.t +++ b/lib/Math/BigInt/t/bigintpm.t @@ -10,7 +10,7 @@ BEGIN my $location = $0; $location =~ s/bigintpm.t//; unshift @INC, $location; # to locate the testing files chdir 't' if -d 't'; - plan tests => 3099; + plan tests => 3217; } use Math::BigInt lib => 'Calc'; |