This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a11ec
)
Upgrade Math::BigInt from version 1.95 to 1.96
author
Florian Ragwitz
<rafl@debian.org>
Tue, 28 Sep 2010 04:44:39 +0000
(06:44 +0200)
committer
Florian Ragwitz
<rafl@debian.org>
Tue, 28 Sep 2010 04:44:39 +0000
(06:44 +0200)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
dist/Math-BigInt/lib/Math/BigFloat.pm
patch
|
blob
|
blame
|
history
dist/Math-BigInt/lib/Math/BigInt.pm
patch
|
blob
|
blame
|
history
dist/Math-BigInt/lib/Math/BigInt/Calc.pm
patch
|
blob
|
blame
|
history
dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
patch
|
blob
|
blame
|
history
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
5dd54a8
..
030340f
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-849,7
+849,7
@@
use File::Glob qw(:case);
'Math::BigInt' =>
{
'MAINTAINER' => 'tels',
- 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.9
5
.tar.gz',
+ 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.9
6
.tar.gz',
'FILES' => q[dist/Math-BigInt],
'EXCLUDED' => [ qr{^inc/},
qr{^examples/},
diff --git
a/dist/Math-BigInt/lib/Math/BigFloat.pm
b/dist/Math-BigInt/lib/Math/BigFloat.pm
index
e4ad946
..
0493442
100644
(file)
--- a/
dist/Math-BigInt/lib/Math/BigFloat.pm
+++ b/
dist/Math-BigInt/lib/Math/BigFloat.pm
@@
-12,7
+12,7
@@
package Math::BigFloat;
# _a : accuracy
# _p : precision
-$VERSION = '1.6
2
';
+$VERSION = '1.6
3
';
require 5.006002;
require Exporter;
diff --git
a/dist/Math-BigInt/lib/Math/BigInt.pm
b/dist/Math-BigInt/lib/Math/BigInt.pm
index
9eaad0d
..
aa26996
100644
(file)
--- a/
dist/Math-BigInt/lib/Math/BigInt.pm
+++ b/
dist/Math-BigInt/lib/Math/BigInt.pm
@@
-18,7
+18,7
@@
package Math::BigInt;
my $class = "Math::BigInt";
use 5.006002;
-$VERSION = '1.9
5
';
+$VERSION = '1.9
6
';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);
diff --git
a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
index
dc688e5
..
f3b5156
100644
(file)
--- a/
dist/Math-BigInt/lib/Math/BigInt/Calc.pm
+++ b/
dist/Math-BigInt/lib/Math/BigInt/Calc.pm
@@
-4,7
+4,7
@@
use 5.006002;
use strict;
# use warnings; # dont use warnings for older Perls
-our $VERSION = '0.5
4
';
+our $VERSION = '0.5
5
';
# Package to store unsigned big integers in decimal and do math with them
diff --git
a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
index
d5ff028
..
0d45ff8
100644
(file)
--- a/
dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
+++ b/
dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
@@
-5,7
+5,7
@@
use strict;
# use warnings; # dont use warnings for older Perls
use vars qw/$VERSION/;
-$VERSION = '0.0
6
';
+$VERSION = '0.0
7
';
package Math::BigInt;
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
7cffee7
..
66f0ec7
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-229,6
+229,10
@@
working with tainted values
=item *
+C<Math::BigInt> has been upgraded from version 1.95 to 1.96.
+
+=item *
+
C<NEXT> has been upgraded from version 0.64 to 0.65.
=item *