diff options
Diffstat (limited to 'math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm')
-rw-r--r-- | math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm b/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm new file mode 100644 index 000000000000..819dd392e960 --- /dev/null +++ b/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm @@ -0,0 +1,11 @@ +--- lib/Math/BigInt.pm.orig 2016-02-07 17:28:38 UTC ++++ lib/Math/BigInt.pm +@@ -65,7 +65,7 @@ use overload + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++#'..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : |