summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt.pm
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2000-08-01 05:38:12 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 04:07:10 +0000
commit3deb277dac3b5f1492bde2aa49ab00aeb793ba7b (patch)
tree439f7c9899625ce7c050ddb6507e47d9a50364c7 /lib/Math/BigInt.pm
parentb060a406751953a32a71f4f78250712ec107c8e2 (diff)
downloadperl-3deb277dac3b5f1492bde2aa49ab00aeb793ba7b.tar.gz
Re: [PATCH]Re: Questions about Math::BigFloat
Message-ID: <3986D2C4.54B78FE4@UnivPress.com> p4raw-id: //depot/perl@6673
Diffstat (limited to 'lib/Math/BigInt.pm')
-rw-r--r--lib/Math/BigInt.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm
index a43969c2b2..808e5522b9 100644
--- a/lib/Math/BigInt.pm
+++ b/lib/Math/BigInt.pm
@@ -1,4 +1,5 @@
package Math::BigInt;
+$VERSION='0.01';
use overload
'+' => sub {new Math::BigInt &badd},