summaryrefslogtreecommitdiff
path: root/dist/bignum/lib/bignum.pm
diff options
context:
space:
mode:
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 );