diff options
author | John Peacock <jpeacock@rowman.com> | 2000-08-01 05:38:12 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 04:07:10 +0000 |
commit | 3deb277dac3b5f1492bde2aa49ab00aeb793ba7b (patch) | |
tree | 439f7c9899625ce7c050ddb6507e47d9a50364c7 /lib/Math/BigInt.pm | |
parent | b060a406751953a32a71f4f78250712ec107c8e2 (diff) | |
download | perl-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.pm | 1 |
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}, |