View | Details | Raw Unified | Return to bug 196773
Collapse All | Expand All

(-)../../home/pi/myp/math/p5-Math-BigInt/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	Math-BigInt
4
PORTNAME=	Math-BigInt
5
PORTVERSION=	1.999715
5
PORTVERSION=	1.999715
6
PORTREVISION=	1
6
CATEGORIES=	math perl5
7
CATEGORIES=	math perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
9
MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
(-)../../home/pi/myp/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm (+11 lines)
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]) :

Return to bug 196773