summaryrefslogtreecommitdiff
path: root/dist/bignum/lib
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-10-23 17:59:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-10-23 18:03:33 -0700
commit4695d03e5e2b9bb1edfe4c43b8cc20d634c8e372 (patch)
tree54f57dfc0183a625c673028faf242d724d7f488e /dist/bignum/lib
parentc727e0f7a28943529997587a63a26c40bafc6efe (diff)
downloadperl-4695d03e5e2b9bb1edfe4c43b8cc20d634c8e372.tar.gz
Increase $bignum::VERSION to 0.37
Diffstat (limited to 'dist/bignum/lib')
-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 3b4339690c..40aedceca7 100644
--- a/dist/bignum/lib/bignum.pm
+++ b/dist/bignum/lib/bignum.pm
@@ -1,7 +1,7 @@
package bignum;
use 5.006;
-$VERSION = '0.36';
+$VERSION = '0.37';
use Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bexp bpi hex oct );