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:
0d6f1df
)
Increase Math::BigInt’s version
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 11 Jun 2011 20:21:49 +0000
(13:21 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 11 Jun 2011 20:21:49 +0000
(13:21 -0700)
dist/Math-BigInt/lib/Math/BigInt.pm
patch
|
blob
|
history
diff --git
a/dist/Math-BigInt/lib/Math/BigInt.pm
b/dist/Math-BigInt/lib/Math/BigInt.pm
index
4757db1
..
36b1049
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.99
4
';
+$VERSION = '1.99
5
';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);