734417
diff -Naur old/dist/Math-BigInt/lib/Math/BigInt.pm new/dist/Math-BigInt/lib/Math/BigInt.pm
734417
--- old/dist/Math-BigInt/lib/Math/BigInt.pm	2011-09-03 16:26:41.000000000 +1000
734417
+++ new/dist/Math-BigInt/lib/Math/BigInt.pm	2013-04-15 14:39:17.890447159 +1000
734417
@@ -60,8 +60,6 @@
734417
 '>>='	=>	sub { $_[0]->brsft($_[1]); },
734417
 
734417
 # not supported by Perl yet
734417
-'..'	=>	\&_pointpoint,
734417
-
734417
 '<=>'	=>	sub { my $rc = $_[2] ?
734417
                       ref($_[0])->bcmp($_[1],$_[0]) : 
734417
                       $_[0]->bcmp($_[1]);