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 42deef5..4852590 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 96d2e06..7c6381d 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 6517337..907c13c 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 );