Synchronise bignum with CPAN
authorFlorian Ragwitz <rafl@debian.org>
Tue, 11 Sep 2012 14:14:46 +0000 (10:14 -0400)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 11 Sep 2012 14:14:46 +0000 (10:14 -0400)
Porting/Maintainers.pl
dist/bignum/lib/Math/BigFloat/Trace.pm
dist/bignum/lib/Math/BigInt/Trace.pm
dist/bignum/lib/bignum.pm
dist/bignum/lib/bigrat.pm

index 97acd3e..c0b5982 100755 (executable)
@@ -322,7 +322,7 @@ use File::Glob qw(:case);
 
     'bignum' => {
         'MAINTAINER'   => 'rafl',
-        'DISTRIBUTION' => 'FLORA/bignum-0.29.tar.gz',
+        'DISTRIBUTION' => 'FLORA/bignum-0.30.tar.gz',
         'FILES'        => q[dist/bignum],
         'EXCLUDED'     => [
             qr{^inc/Module/},
index 5e1636e..e613133 100644 (file)
@@ -12,7 +12,7 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK
 
 @ISA = qw(Exporter Math::BigFloat);
 
-$VERSION = '0.29';
+$VERSION = '0.30';
 
 use overload;  # inherit overload from BigFloat
 
index 5826f61..1c9ea43 100644 (file)
@@ -12,7 +12,7 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK
 
 @ISA = qw(Exporter Math::BigInt);
 
-$VERSION = '0.29';
+$VERSION = '0.30';
 
 use overload;  # inherit overload from BigInt
 
index f0377c6..55489b9 100644 (file)
@@ -1,7 +1,7 @@
 package bignum;
 use 5.006;
 
-$VERSION = '0.29';
+$VERSION = '0.30';
 use Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bexp bpi ); 
index 6ba821d..f3e9fa0 100644 (file)
@@ -1,7 +1,7 @@
 package bigrat;
 use 5.006;
 
-$VERSION = '0.29';
+$VERSION = '0.30';
 require Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bpi bexp );