From 2b1c39ffe7d4f5945ee4ead637b6507a2d81fba4 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 4 Oct 2012 00:49:37 -0700 Subject: Increase bignum versions to 0.31 after the preceding change --- dist/bignum/lib/bigint.pm | 2 +- dist/bignum/lib/bignum.pm | 2 +- dist/bignum/lib/bigrat.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/bignum') diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm index 3120fdd6c2..2d125b9e3b 100644 --- a/dist/bignum/lib/bigint.pm +++ b/dist/bignum/lib/bigint.pm @@ -1,7 +1,7 @@ package bigint; use 5.006; -$VERSION = '0.30'; +$VERSION = '0.31'; use Exporter; @ISA = qw( Exporter ); @EXPORT_OK = qw( PI e bpi bexp hex oct ); diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm index 32d0675243..accf0abfb9 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -1,7 +1,7 @@ package bignum; use 5.006; -$VERSION = '0.30'; +$VERSION = '0.31'; use Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bexp bpi hex oct ); diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm index 13330112e8..496a07a748 100644 --- a/dist/bignum/lib/bigrat.pm +++ b/dist/bignum/lib/bigrat.pm @@ -1,7 +1,7 @@ package bigrat; use 5.006; -$VERSION = '0.30'; +$VERSION = '0.31'; require Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bpi bexp hex oct ); -- cgit v1.2.1