summaryrefslogtreecommitdiff
path: root/cpan/bignum/lib/bignum.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/bignum/lib/bignum.pm')
-rw-r--r--cpan/bignum/lib/bignum.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/bignum/lib/bignum.pm b/cpan/bignum/lib/bignum.pm
index 61f2bca545..9387ff06df 100644
--- a/cpan/bignum/lib/bignum.pm
+++ b/cpan/bignum/lib/bignum.pm
@@ -1,7 +1,7 @@
package bignum;
use 5.006;
-$VERSION = '0.40';
+$VERSION = '0.41';
use Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bexp bpi hex oct );