summaryrefslogtreecommitdiff
path: root/dist/bignum
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-03-28 20:43:01 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-03-28 20:43:01 -0700
commit191455c7d69a8bf2945fdbc5b15074a6f32f1c7c (patch)
treecb685998bae3948ed632a118e90e4335a598a52c /dist/bignum
parent7ed767c4f73bcf92271ff2ed712ab78daeac25f5 (diff)
downloadperl-191455c7d69a8bf2945fdbc5b15074a6f32f1c7c.tar.gz
Versions bumps after the prev commit
Diffstat (limited to 'dist/bignum')
-rw-r--r--dist/bignum/lib/bigint.pm2
-rw-r--r--dist/bignum/lib/bignum.pm2
-rw-r--r--dist/bignum/lib/bigrat.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm
index 42deef5dd5..4852590e8f 100644
--- a/dist/bignum/lib/bigint.pm
+++ b/dist/bignum/lib/bigint.pm
@@ -1,7 +1,7 @@
package bigint;
use 5.006;
-$VERSION = '0.26';
+$VERSION = '0.27';
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( PI e bpi bexp );
diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm
index 96d2e06dd0..7c6381d866 100644
--- a/dist/bignum/lib/bignum.pm
+++ b/dist/bignum/lib/bignum.pm
@@ -1,7 +1,7 @@
package bignum;
use 5.006;
-$VERSION = '0.26';
+$VERSION = '0.27';
use Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bexp bpi );
diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm
index 651733724f..907c13ceb5 100644
--- a/dist/bignum/lib/bigrat.pm
+++ b/dist/bignum/lib/bigrat.pm
@@ -1,7 +1,7 @@
package bigrat;
use 5.006;
-$VERSION = '0.27';
+$VERSION = '0.28';
require Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bpi bexp );