Date: Thu, 15 Jan 2015 18:28:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196773] math/p5-Math-BigInt: overloading .. fails Message-ID: <bug-196773-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196773 Bug ID: 196773 Summary: math/p5-Math-BigInt: overloading .. fails Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: tobez@FreeBSD.org Reporter: papowell@astart.com Flags: maintainer-feedback?(tobez@FreeBSD.org) Assignee: tobez@FreeBSD.org Created attachment 151693 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151693&action=edit SHAR of modified p5-Math-BigInt port The Math::BigInt - Arbitrary size integer math package tries to overload the '..' operator. This is not allowed/supported by Perl 5.18 (and earlier, I suspect). In the BigInt.pm module there are comments to this effect. This patch comments out the overload '..' operation. If overloading of '..' is allowed at some point then this issue may need to be revisited. Attached is a SHAR file of the modified p5-Math-BigInt port. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer tobez@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196773-13>