Line 0
Link Here
|
|
|
1 |
--- lib/Math/BigInt.pm.orig 2016-02-07 17:28:38 UTC |
2 |
+++ lib/Math/BigInt.pm |
3 |
@@ -65,7 +65,7 @@ use overload |
4 |
'>>=' => sub { $_[0]->brsft($_[1]); }, |
5 |
|
6 |
# not supported by Perl yet |
7 |
-'..' => \&_pointpoint, |
8 |
+#'..' => \&_pointpoint, |
9 |
|
10 |
'<=>' => sub { my $rc = $_[2] ? |
11 |
ref($_[0])->bcmp($_[1],$_[0]) : |