diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 21:23:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 21:23:14 +0000 |
commit | 28df3e88a219474453ffbd952b85201cc80447ac (patch) | |
tree | f06bd8a24bba50a1c5d9e982b03375cf088e444a /lib/Math/BigInt/t/bigintpm.t | |
parent | b4558e5933d6def23121d1604bcf78459fa609fe (diff) | |
download | perl-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-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 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; |