diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-09-11 10:14:46 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-09-11 10:14:46 -0400 |
commit | 993386a5ddd0a93350b4e197019f9a32d5919be1 (patch) | |
tree | 2250bccd1ac82066a01a6c291a2905f3babd3e1c /dist/bignum | |
parent | 05bdd686583fd45a6537447407619f9f4bb4077a (diff) | |
download | perl-993386a5ddd0a93350b4e197019f9a32d5919be1.tar.gz |
Synchronise bignum with CPAN
Diffstat (limited to 'dist/bignum')
-rw-r--r-- | dist/bignum/lib/Math/BigFloat/Trace.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/Math/BigInt/Trace.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/bignum.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/bigrat.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dist/bignum/lib/Math/BigFloat/Trace.pm b/dist/bignum/lib/Math/BigFloat/Trace.pm index 5e1636e59d..e613133663 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.29'; +$VERSION = '0.30'; 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 5826f6123b..1c9ea432e6 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.29'; +$VERSION = '0.30'; use overload; # inherit overload from BigInt diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm index f0377c60f1..55489b9792 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -1,7 +1,7 @@ package bignum; use 5.006; -$VERSION = '0.29'; +$VERSION = '0.30'; use Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bexp bpi ); diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm index 6ba821d976..f3e9fa0d00 100644 --- a/dist/bignum/lib/bigrat.pm +++ b/dist/bignum/lib/bigrat.pm @@ -1,7 +1,7 @@ package bigrat; use 5.006; -$VERSION = '0.29'; +$VERSION = '0.30'; require Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bpi bexp ); |