Versions bumps after the prev commit
authorFather Chrysostomos <sprout@cpan.org>
Tue, 29 Mar 2011 03:43:01 +0000 (20:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 Mar 2011 03:43:01 +0000 (20:43 -0700)
dist/bignum/lib/bigint.pm
dist/bignum/lib/bignum.pm
dist/bignum/lib/bigrat.pm

index 42deef5dd595114e4731de07946df06e6ce084fc..4852590e8f546f6055055771b9ced4ceb5f3cd2b 100644 (file)
@@ -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 );
index 96d2e06dd0c415e447226b12351ea86e3d979072..7c6381d866011d1fac8ceacc066649b1a317e381 100644 (file)
@@ -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 ); 
index 651733724f3a38368ca6bf1697350350993432da..907c13ceb5d035c7efe5f5a964f162f120e2968a 100644 (file)
@@ -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 );