aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm')
-rw-r--r--lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm b/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm
new file mode 100644
index 000000000000..467ac9d4a0f5
--- /dev/null
+++ b/lang/perl5.22/files/patch-dist__Math-BigInt__lib__Math__BigInt.pm
@@ -0,0 +1,11 @@
+--- dist/Math-BigInt/lib/Math/BigInt.pm.orig 2015-04-15 07:47:18 UTC
++++ dist/Math-BigInt/lib/Math/BigInt.pm
+@@ -62,7 +62,7 @@ use overload
+ '>>=' => sub { $_[0]->brsft($_[1]); },
+
+ # not supported by Perl yet
+-'..' => \&_pointpoint,
++# '..' => \&_pointpoint,
+
+ '<=>' => sub { my $rc = $_[2] ?
+ ref($_[0])->bcmp($_[1],$_[0]) :