diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-26 19:54:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-26 19:54:48 +0000 |
commit | 8f675a64451b3c11c234adeda6be313fb8d03f6c (patch) | |
tree | 701fd72b4f0ed95c891264108a1b9fc231f2674b /lib/bignum.pm | |
parent | 2c45f8e1be053d3d2fa453b2278c7225f1689f9c (diff) | |
download | perl-8f675a64451b3c11c234adeda6be313fb8d03f6c.tar.gz |
Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
and bignum 0.11, from Tels.
p4raw-id: //depot/perl@15523
Diffstat (limited to 'lib/bignum.pm')
-rw-r--r-- | lib/bignum.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bignum.pm b/lib/bignum.pm index a9fd9f0697..c900c95ea2 100644 --- a/lib/bignum.pm +++ b/lib/bignum.pm @@ -1,7 +1,7 @@ package bignum; require 5.005; -$VERSION = '0.10'; +$VERSION = '0.11'; use Exporter; @ISA = qw( Exporter ); @EXPORT_OK = qw( ); @@ -123,7 +123,6 @@ sub import { require Math::BigInt::Trace; $class = 'Math::BigInt::Trace'; $upgrade = 'Math::BigFloat::Trace'; -# print STDERR "Loading $class"; } else { @@ -148,7 +147,6 @@ sub import { require Math::BigFloat::Trace; $class = 'Math::BigFloat::Trace'; $downgrade = 'Math::BigInt::Trace'; -# print STDERR "Loading $class"; } else { |