projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c8566a
)
Math::BigInt has some minor changes since the last cpan release. bump to a dev version
Jesse Vincent [Wed, 30 Sep 2009 20:02:24 +0000 (
05:02
+0900)]
ext/Math-BigInt/lib/Math/BigInt.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Math-BigInt/lib/Math/BigInt.pm
b/ext/Math-BigInt/lib/Math/BigInt.pm
index
b19b3dc
..
f97e438
100644
(file)
--- a/
ext/Math-BigInt/lib/Math/BigInt.pm
+++ b/
ext/Math-BigInt/lib/Math/BigInt.pm
@@
-18,7
+18,7
@@
package Math::BigInt;
my $class = "Math::BigInt";
use 5.006;
-$VERSION = '1.89';
+$VERSION = '1.89_01';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);