diff options
author | Tels <nospam-abuse@bloodgate.com> | 2004-01-13 20:28:48 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-13 19:26:24 +0000 |
commit | ef9466ead9a7d468cd27794efe05e08b2c595e6f (patch) | |
tree | cbe9288bcd7adf77f24c9241b081077a1855a977 /lib/Math/BigInt/t/bigintpm.t | |
parent | 118f16236d9a1880b589c5276b32966c476662d7 (diff) | |
download | perl-ef9466ead9a7d468cd27794efe05e08b2c595e6f.tar.gz |
[ANNOUNCE] Math::BigInt v1.69
Message-Id: <200401131928.50247@bloodgate.com>
p4raw-id: //depot/perl@22129
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 c8c0f1d4cd..0ffa4a298a 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 => 2766; + plan tests => 2770; } use Math::BigInt; |