diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-07-09 11:03:13 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-07-09 12:34:26 +0200 |
commit | 4855de6f5a6d298a04d7f868fa8d205d2624bbfb (patch) | |
tree | 9dfe42e374929d0aa384a71c62bb20b0f8a25e98 /dist/bignum/lib/Math | |
parent | c69f4f6e16b38de86524e2f50a6c8fac4f82b47c (diff) | |
download | perl-4855de6f5a6d298a04d7f868fa8d205d2624bbfb.tar.gz |
Synchronise bignum to CPAN
Diffstat (limited to 'dist/bignum/lib/Math')
-rw-r--r-- | dist/bignum/lib/Math/BigFloat/Trace.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/Math/BigInt/Trace.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/bignum/lib/Math/BigFloat/Trace.pm b/dist/bignum/lib/Math/BigFloat/Trace.pm index 871b2a969e..055d7b70d8 100644 --- a/dist/bignum/lib/Math/BigFloat/Trace.pm +++ b/dist/bignum/lib/Math/BigFloat/Trace.pm @@ -12,7 +12,7 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK @ISA = qw(Exporter Math::BigFloat); -$VERSION = 0.01; +$VERSION = '0.28'; use overload; # inherit overload from BigFloat diff --git a/dist/bignum/lib/Math/BigInt/Trace.pm b/dist/bignum/lib/Math/BigInt/Trace.pm index 4733d22634..59dcf43e94 100644 --- a/dist/bignum/lib/Math/BigInt/Trace.pm +++ b/dist/bignum/lib/Math/BigInt/Trace.pm @@ -12,7 +12,7 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK @ISA = qw(Exporter Math::BigInt); -$VERSION = 0.01; +$VERSION = '0.28'; use overload; # inherit overload from BigInt |