Synchronise bignum to CPAN
authorFlorian Ragwitz <rafl@debian.org>
Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Sat, 9 Jul 2011 10:34:26 +0000 (12:34 +0200)
Porting/Maintainers.pl
dist/bignum/lib/Math/BigFloat/Trace.pm
dist/bignum/lib/Math/BigInt/Trace.pm
dist/bignum/lib/bigint.pm
dist/bignum/lib/bignum.pm

index 7a86cfebf1f97ac35e4fb4dd8062d96ac14ea08e..8eb96d7a0c1f8ced849b3dd1726df147ec3b5133 100755 (executable)
@@ -333,7 +333,7 @@ use File::Glob qw(:case);
     'bignum' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'FLORA/bignum-0.25.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/bignum-0.28.tar.gz',
        'FILES'         => q[dist/bignum],
        'EXCLUDED'      => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ],
        'UPSTREAM'      => 'blead',
index 871b2a969e8687bf13bf3dcdc696ae8e82506b9f..055d7b70d83d5fe9c792696936546d65a3c56191 100644 (file)
@@ -12,7 +12,7 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK
 
 @ISA = qw(Exporter Math::BigFloat);
 
-$VERSION = 0.01;
+$VERSION = '0.28';
 
 use overload;  # inherit overload from BigFloat
 
index 4733d22634368c10c4421883704e71dfd0649941..59dcf43e94410eca82c87b41cb3a0241e8e606bc 100644 (file)
@@ -12,7 +12,7 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK
 
 @ISA = qw(Exporter Math::BigInt);
 
-$VERSION = 0.01;
+$VERSION = '0.28';
 
 use overload;  # inherit overload from BigInt
 
index 4852590e8f546f6055055771b9ced4ceb5f3cd2b..e0fcf73c1a4337dadacbca3449400b682b1db8f4 100644 (file)
@@ -1,7 +1,7 @@
 package bigint;
 use 5.006;
 
-$VERSION = '0.27';
+$VERSION = '0.28';
 use Exporter;
 @ISA           = qw( Exporter );
 @EXPORT_OK     = qw( PI e bpi bexp );
index 7c6381d866011d1fac8ceacc066649b1a317e381..716ba921e59d5c88c337cbbf731618bfbc907995 100644 (file)
@@ -1,7 +1,7 @@
 package bignum;
 use 5.006;
 
-$VERSION = '0.27';
+$VERSION = '0.28';
 use Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bexp bpi );