diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-10-04 00:49:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-10-04 09:37:58 -0700 |
commit | 2b1c39ffe7d4f5945ee4ead637b6507a2d81fba4 (patch) | |
tree | 287152c3f7f1c18df912cfbff1070d548456cfc6 /dist/bignum | |
parent | 9663a7f582d8b5a489da7d8d8800291ca31c05a1 (diff) | |
download | perl-2b1c39ffe7d4f5945ee4ead637b6507a2d81fba4.tar.gz |
Increase bignum versions to 0.31 after the preceding change
Diffstat (limited to 'dist/bignum')
-rw-r--r-- | dist/bignum/lib/bigint.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/bignum.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/bigrat.pm | 2 |
3 files changed, 3 insertions, 3 deletions
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 ); |