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