projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c69f4f6
)
Synchronise bignum to CPAN
author
Florian Ragwitz
<rafl@debian.org>
Sat, 9 Jul 2011 09:03:13 +0000
(11:03 +0200)
committer
Florian Ragwitz
<rafl@debian.org>
Sat, 9 Jul 2011 10:34:26 +0000
(12:34 +0200)
Porting/Maintainers.pl
patch
|
blob
|
history
dist/bignum/lib/Math/BigFloat/Trace.pm
patch
|
blob
|
history
dist/bignum/lib/Math/BigInt/Trace.pm
patch
|
blob
|
history
dist/bignum/lib/bigint.pm
patch
|
blob
|
history
dist/bignum/lib/bignum.pm
patch
|
blob
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index 7a86cfebf1f97ac35e4fb4dd8062d96ac14ea08e..8eb96d7a0c1f8ced849b3dd1726df147ec3b5133 100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-333,7
+333,7
@@
use File::Glob qw(:case);
'bignum' =>
{
'MAINTAINER' => 'rafl',
- 'DISTRIBUTION' => 'FLORA/bignum-0.2
5
.tar.gz',
+ 'DISTRIBUTION' => 'FLORA/bignum-0.2
8
.tar.gz',
'FILES' => q[dist/bignum],
'EXCLUDED' => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ],
'UPSTREAM' => 'blead',
diff --git
a/dist/bignum/lib/Math/BigFloat/Trace.pm
b/dist/bignum/lib/Math/BigFloat/Trace.pm
index 871b2a969e8687bf13bf3dcdc696ae8e82506b9f..055d7b70d83d5fe9c792696936546d65a3c56191 100644
(file)
--- a/
dist/bignum/lib/Math/BigFloat/Trace.pm
+++ b/
dist/bignum/lib/Math/BigFloat/Trace.pm
@@
-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
diff --git
a/dist/bignum/lib/Math/BigInt/Trace.pm
b/dist/bignum/lib/Math/BigInt/Trace.pm
index 4733d22634368c10c4421883704e71dfd0649941..59dcf43e94410eca82c87b41cb3a0241e8e606bc 100644
(file)
--- a/
dist/bignum/lib/Math/BigInt/Trace.pm
+++ b/
dist/bignum/lib/Math/BigInt/Trace.pm
@@
-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
diff --git
a/dist/bignum/lib/bigint.pm
b/dist/bignum/lib/bigint.pm
index 4852590e8f546f6055055771b9ced4ceb5f3cd2b..e0fcf73c1a4337dadacbca3449400b682b1db8f4 100644
(file)
--- a/
dist/bignum/lib/bigint.pm
+++ b/
dist/bignum/lib/bigint.pm
@@
-1,7
+1,7
@@
package bigint;
use 5.006;
-$VERSION = '0.2
7
';
+$VERSION = '0.2
8
';
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 7c6381d866011d1fac8ceacc066649b1a317e381..716ba921e59d5c88c337cbbf731618bfbc907995 100644
(file)
--- a/
dist/bignum/lib/bignum.pm
+++ b/
dist/bignum/lib/bignum.pm
@@
-1,7
+1,7
@@
package bignum;
use 5.006;
-$VERSION = '0.2
7
';
+$VERSION = '0.2
8
';
use Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bexp bpi );