summaryrefslogtreecommitdiff
path: root/dist/bignum/lib/bignum.pm
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2012-09-11 10:14:46 -0400
committerFlorian Ragwitz <rafl@debian.org>2012-09-11 10:14:46 -0400
commit993386a5ddd0a93350b4e197019f9a32d5919be1 (patch)
tree2250bccd1ac82066a01a6c291a2905f3babd3e1c /dist/bignum/lib/bignum.pm
parent05bdd686583fd45a6537447407619f9f4bb4077a (diff)
downloadperl-993386a5ddd0a93350b4e197019f9a32d5919be1.tar.gz
Synchronise bignum with CPAN
Diffstat (limited to 'dist/bignum/lib/bignum.pm')
-rw-r--r--dist/bignum/lib/bignum.pm2
1 files changed, 1 insertions, 1 deletions
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 );