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:
945313f
)
bump dist/Math-BigInt/ $VERSIONs
author
Tony Cook
<tony@develop-help.com>
Tue, 13 May 2014 00:21:57 +0000
(10:21 +1000)
committer
Tony Cook
<tony@develop-help.com>
Wed, 28 May 2014 23:55:43 +0000
(09:55 +1000)
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
diff --git
a/dist/Math-BigInt/lib/Math/BigFloat.pm
b/dist/Math-BigInt/lib/Math/BigFloat.pm
index
28b18c1
..
e674ae2
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.999
3
';
+$VERSION = '1.999
4
';
require 5.006002;
require Exporter;
diff --git
a/dist/Math-BigInt/lib/Math/BigInt.pm
b/dist/Math-BigInt/lib/Math/BigInt.pm
index
62718aa
..
238d5f3
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.999
3
';
+$VERSION = '1.999
4
';
@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
76d49eb
..
97815f7
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; # do not use warnings for older Perls
-our $VERSION = '1.999
3
';
+our $VERSION = '1.999
4
';
# 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
798892c
..
544455f
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; # do not use warnings for older Perls
use vars qw/$VERSION/;
-$VERSION = '1.999
1
';
+$VERSION = '1.999
4
';
package Math::BigInt;