projects
/
perl.git
/ blobdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Include variable names in "Use of uninitialized value" warnings
[perl.git]
/
lib
/
Math
/
BigInt.pm
diff --git
a/lib/Math/BigInt.pm
b/lib/Math/BigInt.pm
index
7393b12
..
220920e
100644
(file)
--- a/
lib/Math/BigInt.pm
+++ b/
lib/Math/BigInt.pm
@@
-18,7
+18,7
@@
package Math::BigInt;
my $class = "Math::BigInt";
require 5.005;
-$VERSION = '1.70';
+$VERSION = '1.70_01';
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( objectify bgcd blcm);