summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt/t/bigintpm.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-27 21:23:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-27 21:23:14 +0000
commit28df3e88a219474453ffbd952b85201cc80447ac (patch)
treef06bd8a24bba50a1c5d9e982b03375cf088e444a /lib/Math/BigInt/t/bigintpm.t
parentb4558e5933d6def23121d1604bcf78459fa609fe (diff)
downloadperl-28df3e88a219474453ffbd952b85201cc80447ac.tar.gz
Upgrade to Math::BigInt 1.53.
p4raw-id: //depot/perl@14903
Diffstat (limited to 'lib/Math/BigInt/t/bigintpm.t')
-rwxr-xr-xlib/Math/BigInt/t/bigintpm.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bigintpm.t b/lib/Math/BigInt/t/bigintpm.t
index f4b2a796b3..c62b943566 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 => 2095;
+ plan tests => 2143;
}
use Math::BigInt;