projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ff64b0
)
Fix non-numeric $VERSION.
Rafael Garcia-Suarez [Fri, 4 Jul 2003 19:31:33 +0000 (19:31 +0000)]
p4raw-id: //depot/perl@19998
lib/Math/BigInt.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Math/BigInt.pm
b/lib/Math/BigInt.pm
index
1625d1c
..
f59395c
100644
(file)
--- a/
lib/Math/BigInt.pm
+++ b/
lib/Math/BigInt.pm
@@
-19,6
+19,7
@@
my $class = "Math::BigInt";
require 5.005;
$VERSION = '1.64_01';
+$VERSION = eval $VERSION;
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( objectify _swap bgcd blcm);