diff options
author | Tels <nospam-abuse@bloodgate.com> | 2002-08-21 21:12:59 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-22 19:42:58 +0000 |
commit | 56d9de6816913bcb7b0068c30f7fa91039be4429 (patch) | |
tree | 31e0a05a2c61ad2046db94890888c91f2ef40ab5 /lib/Math/BigInt/t/upgrade.t | |
parent | 11f72409a81d362ab963d688ed5b84835e953fd8 (diff) | |
download | perl-56d9de6816913bcb7b0068c30f7fa91039be4429.tar.gz |
ANNOUNCE: Math-BigInt v1.62
Message-Id: <200208211513.g7LFDUs02512@crypt.org>
p4raw-id: //depot/perl@17754
Diffstat (limited to 'lib/Math/BigInt/t/upgrade.t')
-rw-r--r-- | lib/Math/BigInt/t/upgrade.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/upgrade.t b/lib/Math/BigInt/t/upgrade.t index 28d2ce1dac..6c087a5348 100644 --- a/lib/Math/BigInt/t/upgrade.t +++ b/lib/Math/BigInt/t/upgrade.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 2068 + plan tests => 2072 + 2; # our own tests } |